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