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