Class PrimitiveStatement

java.lang.Object
org.apache.cxf.jaxrs.ext.search.PrimitiveStatement
Direct Known Subclasses:
CollectionCheckStatement

public class PrimitiveStatement extends Object
Encapsulates a basic search statement such as a = b, i < 5, etc
  • Constructor Details

  • Method Details

    • getProperty

      public String getProperty()
    • getValue

      public Object getValue()
    • getValueType

      public Type getValueType()
    • getCondition

      public ConditionType getCondition()