org.eclipse.ohf.ihe.common.ebxml._2._1.query
Class ConnectivePredicateType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eclipse.ohf.ihe.common.ebxml._2._1.query.ConnectivePredicateType
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class ConnectivePredicateType
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'Connective Predicate Type', and utility methods for working with them.

See Also:
QueryPackage.getConnectivePredicateType()

Field Summary
static int AND
          The 'And' literal value.
static ConnectivePredicateType AND_LITERAL
          The 'And' literal object.
static int OR
          The 'Or' literal value.
static ConnectivePredicateType OR_LITERAL
          The 'Or' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Connective Predicate Type' enumerators.
 
Method Summary
static ConnectivePredicateType get(int value)
          Returns the 'Connective Predicate Type' literal with the specified integer value.
static ConnectivePredicateType get(java.lang.String literal)
          Returns the 'Connective Predicate Type' literal with the specified literal value.
static ConnectivePredicateType getByName(java.lang.String name)
          Returns the 'Connective Predicate Type' literal with the specified name.
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getLiteral, getName, getValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

AND

public static final int AND
The 'And' literal value.

If the meaning of 'And' literal object isn't clear, there really should be more of a description here...

See Also:
AND_LITERAL, Constant Field Values

OR

public static final int OR
The 'Or' literal value.

If the meaning of 'Or' literal object isn't clear, there really should be more of a description here...

See Also:
OR_LITERAL, Constant Field Values

AND_LITERAL

public static final ConnectivePredicateType AND_LITERAL
The 'And' literal object.

See Also:
AND

OR_LITERAL

public static final ConnectivePredicateType OR_LITERAL
The 'Or' literal object.

See Also:
OR

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Connective Predicate Type' enumerators.

Method Detail

get

public static ConnectivePredicateType get(java.lang.String literal)
Returns the 'Connective Predicate Type' literal with the specified literal value.


getByName

public static ConnectivePredicateType getByName(java.lang.String name)
Returns the 'Connective Predicate Type' literal with the specified name.


get

public static ConnectivePredicateType get(int value)
Returns the 'Connective Predicate Type' literal with the specified integer value.