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