Enum DocumentLayerNameFormat

    • Method Detail

      • values

        public static DocumentLayerNameFormat[] 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 (DocumentLayerNameFormat c : DocumentLayerNameFormat.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static DocumentLayerNameFormat 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
      • getAssortmentTag

        public java.lang.String getAssortmentTag()
        Gets assortment tag.
        Returns:
        the assortment tag
      • getCountryTag

        public java.lang.String getCountryTag()
        Gets country tag.
        Returns:
        the country tag
      • getDescription

        public java.lang.String getDescription()
        Gets description.
        Returns:
        the description
      • getLanguageTag

        public java.lang.String getLanguageTag()
        Gets language tag.
        Returns:
        the language tag
      • getName

        public java.lang.String getName()
        Gets name.
        Returns:
        the name
      • getRuleId

        public int getRuleId()
        Gets rule id.
        Returns:
        the rule id
      • getWellTag

        public java.lang.String getWellTag()
        Gets well tag.
        Returns:
        the well tag
      • getPublicationTag

        public java.lang.String getPublicationTag()
        Gets publication tag.
        Returns:
        the publication tag
      • getTargetGroupTag

        public java.lang.String getTargetGroupTag()
        Gets target group tag.
        Returns:
        the target group tag
      • getMarketTag

        public java.lang.String getMarketTag()
        Gets market tag.
        Returns:
        the market tag