java.io.Serializable, java.lang.Comparable<CMProps.StrList>public static enum CMProps.StrList extends java.lang.Enum<CMProps.StrList>
| Enum Constant | Description |
|---|---|
SUBSCRIPTION_STRS |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
toString() |
|
static CMProps.StrList |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static CMProps.StrList[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CMProps.StrList SUBSCRIPTION_STRS
public static CMProps.StrList[] values()
for (CMProps.StrList c : CMProps.StrList.values()) System.out.println(c);
public static CMProps.StrList 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 java.lang.String toString()
toString in class java.lang.Enum<CMProps.StrList>