Package org.eclipse.lyo.core.query
Interface SimpleTerm
- All Known Subinterfaces:
ComparisonTerm
,CompoundTerm
,InTerm
,WhereClause
public interface SimpleTerm
simple term from oslc.where clause
-
Nested Class Summary
-
Method Summary
-
Method Details
-
type
SimpleTerm.Type type() -
property
PName property()- Returns:
- type of simple term. When
CompoundTerm
returnnull
.
-