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