public enum AndroidRes extends java.lang.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 |
---|---|
java.util.List<java.lang.String> |
getAllowedTypes() |
java.lang.Class<? extends java.lang.annotation.Annotation> |
getAnnotationClass() |
java.lang.String |
getResourceMethodName() |
IRClass.Res |
getRInnerClass() |
java.lang.String |
getTarget() |
static AndroidRes |
valueOf(java.lang.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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic IRClass.Res getRInnerClass()
public java.lang.Class<? extends java.lang.annotation.Annotation> getAnnotationClass()
public java.lang.String getTarget()
public java.lang.String getResourceMethodName()
public java.util.List<java.lang.String> getAllowedTypes()
Copyright © 2010-2014. All Rights Reserved.