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