public enum JCreolePrivilege extends java.lang.Enum<JCreolePrivilege>
Enum Constant and Description |
---|
ABSLINK |
ENUMFORMAT |
FOOTNOTES |
INDEX |
JCXBLOCK |
JCXSPAN |
MASTERDEF |
POPUP |
RAWHTML |
STYLER |
STYLESHEET |
TAB |
TOC |
WINDOWTARGETING |
Modifier and Type | Method and Description |
---|---|
static JCreolePrivilege |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JCreolePrivilege[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JCreolePrivilege STYLER
public static final JCreolePrivilege JCXSPAN
public static final JCreolePrivilege JCXBLOCK
public static final JCreolePrivilege STYLESHEET
public static final JCreolePrivilege RAWHTML
public static final JCreolePrivilege TOC
public static final JCreolePrivilege ENUMFORMAT
public static final JCreolePrivilege ABSLINK
public static final JCreolePrivilege POPUP
public static final JCreolePrivilege MASTERDEF
public static final JCreolePrivilege FOOTNOTES
public static final JCreolePrivilege INDEX
public static final JCreolePrivilege WINDOWTARGETING
public static final JCreolePrivilege TAB
public static JCreolePrivilege[] values()
for (JCreolePrivilege c : JCreolePrivilege.values()) System.out.println(c);
public static JCreolePrivilege 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