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