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