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