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