public static enum InternalNotification.ArgListType extends java.lang.Enum<InternalNotification.ArgListType>
| Enum Constant and Description |
|---|
STRING |
STRING_OR_NULL |
| Modifier and Type | Method and Description |
|---|---|
static InternalNotification.ArgListType |
getFromOrdinal(int ordinal) |
java.lang.String |
getName() |
static InternalNotification.ArgListType |
parseName(java.lang.String name) |
static InternalNotification.ArgListType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InternalNotification.ArgListType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InternalNotification.ArgListType STRING
public static final InternalNotification.ArgListType STRING_OR_NULL
public static InternalNotification.ArgListType[] values()
for (InternalNotification.ArgListType c : InternalNotification.ArgListType.values()) System.out.println(c);
public static InternalNotification.ArgListType 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 getName()
public static InternalNotification.ArgListType getFromOrdinal(int ordinal)
public static InternalNotification.ArgListType parseName(java.lang.String name)