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