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