Enum Class Template.TemplateDescriptor
java.lang.Object
java.lang.Enum<Template.TemplateDescriptor>
com.priint.pubserver.comet.entity.template.Template.TemplateDescriptor
- All Implemented Interfaces:
Serializable,Comparable<Template.TemplateDescriptor>,Constable
- Enclosing class:
- Template
The Enum TemplateDescriptor.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe grid.The pagetemplate.The snippet.The table.The template. -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends CometBinary>Gets the idml class.Class<? extends CometEntity>Gets the implementation class.Class<? extends CometBinary>Gets the indd class.Class<? extends CometBinary>Gets the metadata class.Class<? extends CometBinary>Gets the preview class.Class<? extends CometBinary>Gets the shape class.Class<? extends CometBinary>Gets the W 2 ml class.static Template.TemplateDescriptorReturns the enum constant of this class with the specified name.static Template.TemplateDescriptor[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TEMPLATE
The template. -
TABLE
The table. -
SNIPPET
The snippet. -
PAGETEMPLATE
The pagetemplate. -
GRID
The grid.
-
-
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
-
getIdmlClass
Gets the idml class.- Returns:
- the idml class
-
getImplementationClass
Gets the implementation class.- Returns:
- the implementation class
-
getInddClass
Gets the indd class.- Returns:
- the indd class
-
getPreviewClass
Gets the preview class.- Returns:
- the preview class
-
getShapeClass
Gets the shape class.- Returns:
- the shape class
-
getW2mlClass
Gets the W 2 ml class.- Returns:
- the w 2 ml class
-
getMetadataClass
Gets the metadata class.- Returns:
- the metadata class
-