com.googlecode.androidannotations.rclass
Enum IRClass.Res
java.lang.Object
java.lang.Enum<IRClass.Res>
com.googlecode.androidannotations.rclass.IRClass.Res
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<IRClass.Res>
- Enclosing interface:
- IRClass
public static enum IRClass.Res
- extends java.lang.Enum<IRClass.Res>
Method Summary |
java.lang.String |
rName()
|
static IRClass.Res |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IRClass.Res[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
LAYOUT
public static final IRClass.Res LAYOUT
ID
public static final IRClass.Res ID
STRING
public static final IRClass.Res STRING
ARRAY
public static final IRClass.Res ARRAY
COLOR
public static final IRClass.Res COLOR
ANIM
public static final IRClass.Res ANIM
BOOL
public static final IRClass.Res BOOL
DIMEN
public static final IRClass.Res DIMEN
DRAWABLE
public static final IRClass.Res DRAWABLE
INTEGER
public static final IRClass.Res INTEGER
MOVIE
public static final IRClass.Res MOVIE
MENU
public static final IRClass.Res MENU
values
public static IRClass.Res[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (IRClass.Res c : IRClass.Res.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static IRClass.Res valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
rName
public java.lang.String rName()
Copyright © 2010-2012. All Rights Reserved.