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