public enum AndroidRes extends Enum<AndroidRes>
Enum Constant and Description |
---|
ANIMATION |
BOOLEAN |
COLOR |
COLOR_STATE_LIST |
DIMENSION |
DIMENSION_PIXEL_OFFSET |
DIMENSION_PIXEL_SIZE |
DRAWABLE |
HTML |
INT_ARRAY |
INTEGER |
LAYOUT |
MOVIE |
STRING |
STRING_ARRAY |
TEXT |
TEXT_ARRAY |
Modifier and Type | Method and Description |
---|---|
List<String> |
getAllowedTypes() |
Class<? extends Annotation> |
getAnnotationClass() |
String |
getResourceMethodName() |
IRClass.Res |
getRInnerClass() |
String |
getTarget() |
static AndroidRes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AndroidRes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AndroidRes STRING
public static final AndroidRes STRING_ARRAY
public static final AndroidRes ANIMATION
public static final AndroidRes HTML
public static final AndroidRes BOOLEAN
public static final AndroidRes COLOR_STATE_LIST
public static final AndroidRes DIMENSION
public static final AndroidRes DIMENSION_PIXEL_OFFSET
public static final AndroidRes DIMENSION_PIXEL_SIZE
public static final AndroidRes DRAWABLE
public static final AndroidRes INT_ARRAY
public static final AndroidRes INTEGER
public static final AndroidRes LAYOUT
public static final AndroidRes MOVIE
public static final AndroidRes TEXT
public static final AndroidRes TEXT_ARRAY
public static final AndroidRes COLOR
public static AndroidRes[] values()
for (AndroidRes c : AndroidRes.values()) System.out.println(c);
public static AndroidRes 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 IRClass.Res getRInnerClass()
public Class<? extends Annotation> getAnnotationClass()
public String getTarget()
public String getResourceMethodName()
Copyright © 2010-2014. All Rights Reserved.