public class IntegerRule extends java.lang.Object implements TypeRule
TypeRule.ComparisonOperator, TypeRule.LogicalOperator
Constructor and Description |
---|
IntegerRule(TypeRule.ComparisonOperator operator,
long value)
Constructs a new IntegerRule.
|
Modifier and Type | Method and Description |
---|---|
void |
accept(SchemaVisitor schemaVisitor) |
long |
getOperand() |
TypeRule.ComparisonOperator |
getOperator() |
public IntegerRule(TypeRule.ComparisonOperator operator, long value)
operator
- the comparison operatorvalue
- the integer to compare withpublic TypeRule.ComparisonOperator getOperator()
public long getOperand()
public void accept(SchemaVisitor schemaVisitor) throws XMPSchemaException
accept
in interface TypeRule
schemaVisitor
- a visitor that implements the SchemaVisitor
-interfaceXMPSchemaException
TypeRule.accept(com.adobe.xmp.schema.model.SchemaVisitor)
Copyright © 2010 - 2020 Adobe. All Rights Reserved