Enum Class ContextRule.ContextCriteria
java.lang.Object
java.lang.Enum<ContextRule.ContextCriteria>
com.priint.pubserver.comet.bridge.contextrule.ContextRule.ContextCriteria
- All Implemented Interfaces:
Serializable,Comparable<ContextRule.ContextCriteria>,Constable
- Enclosing interface:
- ContextRule
The Enum ContextCriteria
WELL, ASSORTMENT, COUNTRY, LANGUAGE, PUBLICATION, DOCUMENTID, TARGETGROUP, MARKETNAME
.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe assortment: ASSORTMENTThe country: COUNTRYThe documentid: DOCUMENTIDThe language: LANGUAGEThe marketname: MARKETNAMEThe publication: PUBLICATIONThe targetgroup: TARGETGROUPThe well: WELL -
Method Summary
Modifier and TypeMethodDescriptionstatic ContextRule.ContextCriteriaReturns the enum constant of this class with the specified name.static ContextRule.ContextCriteria[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
WELL
The well: WELL -
ASSORTMENT
The assortment: ASSORTMENT -
COUNTRY
The country: COUNTRY -
LANGUAGE
The language: LANGUAGE -
PUBLICATION
The publication: PUBLICATION -
DOCUMENTID
The documentid: DOCUMENTID -
TARGETGROUP
The targetgroup: TARGETGROUP -
MARKETNAME
The marketname: MARKETNAME
-
-
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
-