Uses of Class
com.gmail.thejcwk.semantics.phrases.Filter.OPERATION

Packages that use Filter.OPERATION
com.gmail.thejcwk.semantics.phrases   
 

Uses of Filter.OPERATION in com.gmail.thejcwk.semantics.phrases
 

Methods in com.gmail.thejcwk.semantics.phrases that return Filter.OPERATION
 Filter.OPERATION Filter.getOperation()
          Returns the operation specified by this Filter.
static Filter.OPERATION Filter.OPERATION.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Filter.OPERATION[] Filter.OPERATION.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in com.gmail.thejcwk.semantics.phrases with parameters of type Filter.OPERATION
Filter(Filter.OPERATION anOperation, Filter.ATTRIBUTE_TYPE anAttrType, java.lang.String aValue)
          Create a new filter.