|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<IPEDirEntry.ProductState>
com.ecebs.rtd.enabler.types.itso.IPEDirEntry.ProductState
public static enum IPEDirEntry.ProductState
Represents the different possible states for an IPE on a CM
Enum Constant Summary | |
---|---|
BLOCKED
Product is blocked |
|
UNUSED
Product has not yet been used |
|
VALID
Product has been partially used but is still valid |
Method Summary | |
---|---|
static IPEDirEntry.ProductState |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IPEDirEntry.ProductState[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final IPEDirEntry.ProductState VALID
public static final IPEDirEntry.ProductState UNUSED
public static final IPEDirEntry.ProductState BLOCKED
Method Detail |
---|
public static IPEDirEntry.ProductState[] values()
for (IPEDirEntry.ProductState c : IPEDirEntry.ProductState.values()) System.out.println(c);
public static IPEDirEntry.ProductState valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |