org.eclipse.lyo.core.query
Interface ComparisonTerm

All Superinterfaces:
SimpleTerm

public interface ComparisonTerm
extends SimpleTerm

Simple comparison term from oslc.where clause


Nested Class Summary
static class ComparisonTerm.Operator
           
 
Nested classes/interfaces inherited from interface org.eclipse.lyo.core.query.SimpleTerm
SimpleTerm.Type
 
Method Summary
 Value operand()
           
 ComparisonTerm.Operator operator()
           
 
Methods inherited from interface org.eclipse.lyo.core.query.SimpleTerm
property, type
 

Method Detail

operator

ComparisonTerm.Operator operator()

operand

Value operand()


Copyright © 2014. All Rights Reserved.