Package com.adobe.xmp.schema.model
Interface TypeRule
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
BooleanRule,ClosedChoice,DateRule,IntegerRule,LengthRule,LogicalRule,OpenChoice,PatternRule,RealRule
public interface TypeRule extends Serializable
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 Classes Modifier and Type Interface Description static classTypeRule.ComparisonOperatorComparison operators, used for Integer, Real, as well as array and string lengthstatic classTypeRule.LogicalOperatorLogical operators
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(SchemaVisitor schemaVisitor)
-
-
-
Method Detail
-
accept
void accept(SchemaVisitor schemaVisitor) throws XMPSchemaException
- Parameters:
schemaVisitor- a visitor that implements theSchemaVisitor-interface- Throws:
XMPSchemaException
-
-