Package com.adobe.xmp.schema.model.rules
Class OpenChoice
- java.lang.Object
-
- com.adobe.xmp.schema.model.rules.ClosedChoice
-
- com.adobe.xmp.schema.model.rules.OpenChoice
-
- All Implemented Interfaces:
TypeRule
,java.io.Serializable
public class OpenChoice extends ClosedChoice
The rule covers the XMP types "open choice". An arbitrary number of vocabulary can be added. Additionally, this rule allows for arbitrary values, while the vocabulary is rather a guidance for the UI.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.adobe.xmp.schema.model.TypeRule
TypeRule.ComparisonOperator, TypeRule.LogicalOperator
-
-
Constructor Summary
Constructors Constructor Description OpenChoice(Vocable.Type vocablularyType)
Constructor gets the type information of the Vocabulary.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypeRule
getRule()
void
setRule(TypeRule rule)
-
Methods inherited from class com.adobe.xmp.schema.model.rules.ClosedChoice
accept, addVocable, addVocable, getVocabulary
-
-
-
-
Constructor Detail
-
OpenChoice
public OpenChoice(Vocable.Type vocablularyType)
Constructor gets the type information of the Vocabulary.
-
-