Enum Class Privilege
- All Implemented Interfaces:
Serializable,Comparable<Privilege>,Constable
Privileges applicable for priint:comet Desktop Plug-ins
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe Area build.Comet privilege.The Comet note.The Comet test.The Frame tag.The Front row.The Layout rule.The Page elements.The Page templates.Placeholder privilege.The Placeholder values.The Placeholder values info.Preview privilege.The Preview detail.The Product pool.The Products of document.Publication privilege.The Publication info.Setting privilege.The Table composition.The Template behaviour.Tempplate privilege.Todo privilege.Translations privilege.The Url link. -
Method Summary
Modifier and TypeMethodDescriptionintGets class id.Gets cscript constant.Gets domain.getLabel()Gets label.static PrivilegeReturns the enum constant of this class with the specified name.static Privilege[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
COMET_NOTE
The Comet note. -
FRONT_ROW
The Front row. -
PREVIEW
Preview privilege. -
PREVIEW_DETAIL
The Preview detail. -
PRODUCT_POOL
The Product pool. -
PRODUCTS_OF_DOCUMENT
The Products of document. -
PUBLICATION
Publication privilege. -
PUBLICATION_INFO
The Publication info. -
SETTING
Setting privilege. -
TODO
Todo privilege. -
URL_LINK
The Url link. -
AREA_BUILD
The Area build. -
COMET
Comet privilege. -
COMET_TEST
The Comet test. -
FRAME_TAG
The Frame tag. -
LAYOUT_RULE
The Layout rule. -
PAGE_ELEMENTS
The Page elements. -
PAGE_TEMPLATES
The Page templates. -
PLACEHOLDER_VALUES
The Placeholder values. -
PLACEHOLDER_VALUES_INFO
The Placeholder values info. -
PLACEHOLDER
Placeholder privilege. -
TABLE_COMPOSITION
The Table composition. -
TEMPLATE_BEHAVIOUR
The Template behaviour. -
TEMPPLATE
Tempplate privilege. -
TRANSLATIONS
Translations privilege.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getLabel
Gets label.- Returns:
- the label
-
getCscriptConstant
Gets cscript constant.- Returns:
- the cscript constant
-
getDomain
Gets domain.- Returns:
- the domain
-
getClassId
public int getClassId()Gets class id.- Returns:
- the class id
-