Enum Template.TemplateDescriptor

    • Method Detail

      • values

        public static Template.TemplateDescriptor[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (Template.TemplateDescriptor c : Template.TemplateDescriptor.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static Template.TemplateDescriptor valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getIdmlClass

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

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

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

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

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

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

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