Uses of Class
org.eclipse.ohf.ihe.common.ebxml._2._1.query.StringPredicateType

Packages that use StringPredicateType
org.eclipse.ohf.ihe.common.ebxml._2._1.query   
org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl   
 

Uses of StringPredicateType in org.eclipse.ohf.ihe.common.ebxml._2._1.query
 

Fields in org.eclipse.ohf.ihe.common.ebxml._2._1.query declared as StringPredicateType
static StringPredicateType StringPredicateType.CONTAINS_LITERAL
          The 'Contains' literal object.
static StringPredicateType StringPredicateType.CONTAINS1_LITERAL
          The 'Contains1' literal object.
static StringPredicateType StringPredicateType.ENDS_WITH_LITERAL
          The 'Ends With' literal object.
static StringPredicateType StringPredicateType.ENDS_WITH1_LITERAL
          The 'Ends With1' literal object.
static StringPredicateType StringPredicateType.EQUAL_LITERAL
          The 'Equal' literal object.
static StringPredicateType StringPredicateType.EQUAL1_LITERAL
          The 'Equal1' literal object.
static StringPredicateType StringPredicateType.STARTS_WITH_LITERAL
          The 'Starts With' literal object.
static StringPredicateType StringPredicateType.STARTS_WITH1_LITERAL
          The 'Starts With1' literal object.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query that return StringPredicateType
static StringPredicateType StringPredicateType.get(int value)
          Returns the 'String Predicate Type' literal with the specified integer value.
static StringPredicateType StringPredicateType.get(java.lang.String literal)
          Returns the 'String Predicate Type' literal with the specified literal value.
static StringPredicateType StringPredicateType.getByName(java.lang.String name)
          Returns the 'String Predicate Type' literal with the specified name.
 StringPredicateType StringClauseType.getStringPredicate()
          Returns the value of the 'String Predicate' attribute.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query with parameters of type StringPredicateType
 void StringClauseType.setStringPredicate(StringPredicateType value)
          Sets the value of the 'String Predicate' attribute.
 

Uses of StringPredicateType in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that return StringPredicateType
 StringPredicateType QueryFactoryImpl.createStringPredicateTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 StringPredicateType QueryFactoryImpl.createStringPredicateTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 StringPredicateType StringClauseTypeImpl.getStringPredicate()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl with parameters of type StringPredicateType
 void StringClauseTypeImpl.setStringPredicate(StringPredicateType newStringPredicate)