Interface ObjectTerm
- All Superinterfaces:
QueryTerm
A term for an object query.
-
Method Summary
Modifier and TypeMethodDescriptionGets the object in this term.Gets the object type in this term.Methods inherited from interface QueryTerm
isPositive, isWildcardModifier and TypeMethodDescriptionbooleanTests if this is a positive or negative term.booleanTests if this term is a wildcard.
-
Method Details
-
getObject
Object getObject()Gets the object in this term.- Returns:
- the object
- Throws:
IllegalStateException-isWildcard()istrue- Compliance:
mandatory- This method must be implemented.
-
getObjectType
Type getObjectType()Gets the object type in this term.- Returns:
- the object type
- Throws:
IllegalStateException-isWildcard()istrue- Compliance:
mandatory- This method must be implemented.
-