Uses of Class
com.gmail.thejcwk.semantics.Filter.ATTRIBUTE_TYPE

Packages that use Filter.ATTRIBUTE_TYPE
com.gmail.thejcwk.semantics   
 

Uses of Filter.ATTRIBUTE_TYPE in com.gmail.thejcwk.semantics
 

Methods in com.gmail.thejcwk.semantics that return Filter.ATTRIBUTE_TYPE
 Filter.ATTRIBUTE_TYPE Filter.getAttrType()
          Returns a value that specifies which attribute this Filter checks against.
static Filter.ATTRIBUTE_TYPE Filter.ATTRIBUTE_TYPE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Filter.ATTRIBUTE_TYPE[] Filter.ATTRIBUTE_TYPE.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

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