| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
int |
getDpSize() |
static RFABSize |
getRFABSizeByCode(int code) |
void |
setCode(int code) |
void |
setDpSize(int dpSize) |
static RFABSize |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RFABSize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RFABSize NORMAL
public static final RFABSize MINI
public static RFABSize[] values()
for (RFABSize c : RFABSize.values()) System.out.println(c);
public static RFABSize 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 static RFABSize getRFABSizeByCode(int code)
public int getCode()
public void setCode(int code)
public int getDpSize()
public void setDpSize(int dpSize)