public static enum RDotTxtEntry.RType extends Enum<RDotTxtEntry.RType>
Enum Constant and Description |
---|
ANIM |
ANIMATOR |
ARRAY |
ATTR |
BOOL |
COLOR |
DIMEN |
DRAWABLE |
FONT |
FRACTION |
ID |
INTEGER |
INTERPOLATOR |
LAYOUT |
MENU |
MIPMAP |
NAVIGATION |
PLURALS |
RAW |
STRING |
STYLE |
STYLEABLE |
TRANSITION |
XML |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static RDotTxtEntry.RType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RDotTxtEntry.RType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RDotTxtEntry.RType ANIM
public static final RDotTxtEntry.RType ANIMATOR
public static final RDotTxtEntry.RType ARRAY
public static final RDotTxtEntry.RType ATTR
public static final RDotTxtEntry.RType BOOL
public static final RDotTxtEntry.RType COLOR
public static final RDotTxtEntry.RType DIMEN
public static final RDotTxtEntry.RType DRAWABLE
public static final RDotTxtEntry.RType FRACTION
public static final RDotTxtEntry.RType FONT
public static final RDotTxtEntry.RType ID
public static final RDotTxtEntry.RType INTEGER
public static final RDotTxtEntry.RType INTERPOLATOR
public static final RDotTxtEntry.RType LAYOUT
public static final RDotTxtEntry.RType MENU
public static final RDotTxtEntry.RType NAVIGATION
public static final RDotTxtEntry.RType MIPMAP
public static final RDotTxtEntry.RType PLURALS
public static final RDotTxtEntry.RType RAW
public static final RDotTxtEntry.RType STRING
public static final RDotTxtEntry.RType STYLE
public static final RDotTxtEntry.RType STYLEABLE
public static final RDotTxtEntry.RType TRANSITION
public static final RDotTxtEntry.RType XML
public static RDotTxtEntry.RType[] values()
for (RDotTxtEntry.RType c : RDotTxtEntry.RType.values()) System.out.println(c);
public static RDotTxtEntry.RType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<RDotTxtEntry.RType>