Enum Class DocumentLayerNameFormat

java.lang.Object
java.lang.Enum<DocumentLayerNameFormat>
com.priint.pubserver.comet.entity.placeholder.DocumentLayerNameFormat
All Implemented Interfaces:
Serializable, Comparable<DocumentLayerNameFormat>, Constable

public enum DocumentLayerNameFormat extends Enum<DocumentLayerNameFormat>
The enum Document layer name format.
  • Enum Constant Details

  • Method Details

    • values

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

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

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

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

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

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

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

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

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

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

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