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

public static enum Template.TemplateDescriptor extends Enum<Template.TemplateDescriptor>
The Enum TemplateDescriptor.
  • Enum Constant Details

  • Method Details

    • values

      public static Template.TemplateDescriptor[] 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

      public static Template.TemplateDescriptor valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getIdmlClass

      public Class<? extends CometBinary> getIdmlClass()
      Gets the idml class.
      Returns:
      the idml class
    • getImplementationClass

      public Class<? extends CometEntity> getImplementationClass()
      Gets the implementation class.
      Returns:
      the implementation class
    • getInddClass

      public Class<? extends CometBinary> getInddClass()
      Gets the indd class.
      Returns:
      the indd class
    • getPreviewClass

      public Class<? extends CometBinary> getPreviewClass()
      Gets the preview class.
      Returns:
      the preview class
    • getShapeClass

      public Class<? extends CometBinary> getShapeClass()
      Gets the shape class.
      Returns:
      the shape class
    • getW2mlClass

      public Class<? extends CometBinary> getW2mlClass()
      Gets the W 2 ml class.
      Returns:
      the w 2 ml class
    • getMetadataClass

      public Class<? extends CometBinary> getMetadataClass()
      Gets the metadata class.
      Returns:
      the metadata class