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