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