public static enum CmsContainerElement.ModelGroupState extends java.lang.Enum<CmsContainerElement.ModelGroupState>
| Enum Constant and Description |
|---|
isModelGroup
Is model group state.
|
noGroup
No model group what so ever.
|
wasModelGroup
Former copy model group.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsContainerElement.ModelGroupState |
evaluate(java.lang.String state)
Evaluates the given state string.
|
static CmsContainerElement.ModelGroupState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsContainerElement.ModelGroupState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsContainerElement.ModelGroupState isModelGroup
public static final CmsContainerElement.ModelGroupState noGroup
public static final CmsContainerElement.ModelGroupState wasModelGroup
public static CmsContainerElement.ModelGroupState[] values()
for (CmsContainerElement.ModelGroupState c : CmsContainerElement.ModelGroupState.values()) System.out.println(c);
public static CmsContainerElement.ModelGroupState 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 nullpublic static CmsContainerElement.ModelGroupState evaluate(java.lang.String state)
state - the state