Package com.adobe.xmp.schema.model
Interface TypeRule
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
BooleanRule,ClosedChoice,DateRule,IntegerRule,LengthRule,LogicalRule,OpenChoice,PatternRule,RealRule
Marker Interface for all property rules.
All rules of a property have to be processed with the "OR" operator,
except the logical rule is used.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumComparison operators, used for Integer, Real, as well as array and string lengthstatic enumLogical operators -
Method Summary
-
Method Details
-
accept
- Parameters:
schemaVisitor- a visitor that implements theSchemaVisitor-interface- Throws:
XMPSchemaException
-