Enum Class DocumentLayerNameFormat
java.lang.Object
java.lang.Enum<DocumentLayerNameFormat>
com.priint.pubserver.comet.entity.placeholder.DocumentLayerNameFormat
- All Implemented Interfaces:
Serializable,Comparable<DocumentLayerNameFormat>,Constable
The enum Document layer name format.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe Country language text.The Country text.The Document parameter.The Language text.The Text country.The Text country language.The Text language. -
Method Summary
Modifier and TypeMethodDescriptionGets assortment tag.Gets country tag.Gets description.Gets language tag.Gets market tag.getName()Gets name.Gets publication tag.intGets rule id.Gets target group tag.Gets well tag.static DocumentLayerNameFormatReturns the enum constant of this class with the specified name.static DocumentLayerNameFormat[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DOCUMENT_PARAMETER
The Document parameter. -
TEXT_COUNTRY_LANGUAGE
The Text country language. -
TEXT_COUNTRY
The Text country. -
COUNTRY_TEXT
The Country text. -
COUNTRY_LANGUAGE_TEXT
The Country language text. -
TEXT_LANGUAGE
The Text language. -
LANGUAGE_TEXT
The Language text.
-
-
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
-
getAssortmentTag
Gets assortment tag.- Returns:
- the assortment tag
-
getCountryTag
Gets country tag.- Returns:
- the country tag
-
getDescription
Gets description.- Returns:
- the description
-
getLanguageTag
Gets language tag.- Returns:
- the language tag
-
getName
Gets name.- Returns:
- the name
-
getRuleId
public int getRuleId()Gets rule id.- Returns:
- the rule id
-
getWellTag
Gets well tag.- Returns:
- the well tag
-
getPublicationTag
Gets publication tag.- Returns:
- the publication tag
-
getTargetGroupTag
Gets target group tag.- Returns:
- the target group tag
-
getMarketTag
Gets market tag.- Returns:
- the market tag
-