public enum swNumberboxUnitType_e extends java.lang.Enum<swNumberboxUnitType_e>
Enum Constant and Description |
---|
swNumberBox_Angle |
swNumberBox_Density |
swNumberBox_Force |
swNumberBox_Frequency |
swNumberBox_Gravity |
swNumberBox_Length |
swNumberBox_Percent |
swNumberBox_Stress |
swNumberBox_Time |
swNumberBox_UnitlessDouble |
swNumberBox_UnitlessInteger |
Modifier and Type | Method and Description |
---|---|
static swNumberboxUnitType_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swNumberboxUnitType_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swNumberboxUnitType_e swNumberBox_UnitlessInteger
public static final swNumberboxUnitType_e swNumberBox_UnitlessDouble
public static final swNumberboxUnitType_e swNumberBox_Length
public static final swNumberboxUnitType_e swNumberBox_Angle
public static final swNumberboxUnitType_e swNumberBox_Density
public static final swNumberboxUnitType_e swNumberBox_Stress
public static final swNumberboxUnitType_e swNumberBox_Force
public static final swNumberboxUnitType_e swNumberBox_Gravity
public static final swNumberboxUnitType_e swNumberBox_Time
public static final swNumberboxUnitType_e swNumberBox_Frequency
public static final swNumberboxUnitType_e swNumberBox_Percent
public static swNumberboxUnitType_e[] values()
for (swNumberboxUnitType_e c : swNumberboxUnitType_e.values()) System.out.println(c);
public static swNumberboxUnitType_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