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