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