public enum EnterpriseRank extends java.lang.Enum<EnterpriseRank>
| Modifier and Type | Method and Description |
|---|---|
static EnterpriseRank |
getEnterpriseStatusFlag(int valueInt) |
int |
getIndex() |
void |
setIndex(int index) |
static EnterpriseRank |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnterpriseRank[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnterpriseRank A
public static final EnterpriseRank OTHERS
public static final EnterpriseRank UNKNOWN
public static EnterpriseRank[] values()
for (EnterpriseRank c : EnterpriseRank.values()) System.out.println(c);
public static EnterpriseRank 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 int getIndex()
public void setIndex(int index)
public static EnterpriseRank getEnterpriseStatusFlag(int valueInt)