Enum Class CometParameterizedScript.DocumentResource
java.lang.Object
java.lang.Enum<CometParameterizedScript.DocumentResource>
com.priint.pubserver.comet.entity.statement.CometParameterizedScript.DocumentResource
- All Implemented Interfaces:
Serializable,Comparable<CometParameterizedScript.DocumentResource>,Constable
- Enclosing class:
- CometParameterizedScript
public static enum CometParameterizedScript.DocumentResource
extends Enum<CometParameterizedScript.DocumentResource>
The Enum DocumentResource.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe cellstyles.The charstyles.The colorprofiles.The fonts.The framelabels.The imagecolorprofiles.The objectstyles.The parastyles.The pdfprofiles.The printprofiles.The swatches.The tablestyles.The templates.The undefined. -
Method Summary
-
Enum Constant Details
-
UNDEFINED
The undefined. -
COLORPROFILES
The colorprofiles. -
IMAGECOLORPROFILES
The imagecolorprofiles. -
PDFPROFILES
The pdfprofiles. -
PRINTPROFILES
The printprofiles. -
PARASTYLES
The parastyles. -
CHARSTYLES
The charstyles. -
OBJECTSTYLES
The objectstyles. -
TABLESTYLES
The tablestyles. -
CELLSTYLES
The cellstyles. -
FRAMELABELS
The framelabels. -
TEMPLATES
The templates. -
SWATCHES
The swatches. -
FONTS
The fonts.
-
-
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
-
getName
Gets the name.- Returns:
- the name
-