Package com.priint.pubserver.entity
Enum Class ContextDefinition.Criteria
- All Implemented Interfaces:
Serializable,Comparable<ContextDefinition.Criteria>,Constable
- Enclosing class:
- ContextDefinition
List of context criteria that can used in publishing server.
Each supported criterion is related to a class in com.priint.pubserver.entity.
- Since:
- 4.0.0
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.since 4.1.6 Please do not use this.Deprecated.since 4.1.6 Please do not use this. -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()Gets label.voidSets label.static ContextDefinition.CriteriaReturns the enum constant of this class with the specified name.static ContextDefinition.Criteria[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
WELL
-
ASSORTMENT
-
COUNTRY
-
LANGUAGE
-
BRAND
Deprecated.since 4.1.6 Please do not use this.Not supported yet. -
ORGANIZATION
Deprecated.since 4.1.6 Please do not use this.Not supported yet. -
PUBLICATION
-
DOCUMENTID
-
MARKET
-
TARGETGROUP
-
-
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
-
getLabel
Gets label.- Returns:
- display name for the entry
-
setLabel
Sets label.- Parameters:
label- display name
-