Class ComparisonOperatorPredicate
java.lang.Object
org.ehrbase.openehr.sdk.aql.dto.path.ComparisonOperatorPredicate
- All Implemented Interfaces:
Cloneable,Freezable<ComparisonOperatorPredicate>
public final class ComparisonOperatorPredicate
extends Object
implements Freezable<ComparisonOperatorPredicate>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum -
Constructor Summary
ConstructorsConstructorDescriptionComparisonOperatorPredicate(AqlObjectPath path, ComparisonOperatorPredicate.PredicateComparisonOperator operator, PathPredicateOperand value) -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanfrozen()getPath()getValue()inthashCode()booleanisFrozen()static ComparisonOperatorPredicatematches(AqlObjectPath path, AdlRegex value) voidsetMatchesOperand(AdlRegex matchesOperand) voidvoidsetPath(AqlObjectPath path) voidsetValue(PathPredicateOperand<?> value) thawed()toString()
-
Constructor Details
-
ComparisonOperatorPredicate
public ComparisonOperatorPredicate() -
ComparisonOperatorPredicate
public ComparisonOperatorPredicate(AqlObjectPath path, ComparisonOperatorPredicate.PredicateComparisonOperator operator, PathPredicateOperand value)
-
-
Method Details
-
matches
-
getPath
-
setPath
-
getOperator
-
setOperator
-
getValue
-
setValue
-
getMatchesOperand
-
setMatchesOperand
-
equals
-
hashCode
public int hashCode() -
toString
-
isFrozen
public boolean isFrozen()- Specified by:
isFrozenin interfaceFreezable<ComparisonOperatorPredicate>
-
frozen
- Specified by:
frozenin interfaceFreezable<ComparisonOperatorPredicate>
-
clone
- Specified by:
clonein interfaceFreezable<ComparisonOperatorPredicate>- Overrides:
clonein classObject
-
thawed
- Specified by:
thawedin interfaceFreezable<ComparisonOperatorPredicate>
-