public static enum NDRConstants.ObjectState extends java.lang.Enum<NDRConstants.ObjectState>
| Modifier and Type | Method and Description |
|---|---|
static NDRConstants.ObjectState |
getState(java.lang.String s) |
java.lang.String |
toString() |
static NDRConstants.ObjectState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NDRConstants.ObjectState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NDRConstants.ObjectState ACTIVE
public static final NDRConstants.ObjectState INACTIVE
public static final NDRConstants.ObjectState DELETED
public static NDRConstants.ObjectState[] values()
for (NDRConstants.ObjectState c : NDRConstants.ObjectState.values()) System.out.println(c);
public static NDRConstants.ObjectState 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<NDRConstants.ObjectState>public static NDRConstants.ObjectState getState(java.lang.String s)