|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.ohf.ihe.common.ebxml._3._0.query.LogicalOperatorType
public final class LogicalOperatorType
A representation of the literals of the enumeration 'Logical Operator Type', and utility methods for working with them.
QueryPackage.getLogicalOperatorType()| Field Summary | |
|---|---|
static int |
AND
The 'AND' literal value. |
static LogicalOperatorType |
AND_LITERAL
The 'AND' literal object. |
static int |
OR
The 'OR' literal value. |
static LogicalOperatorType |
OR_LITERAL
The 'OR' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Logical Operator Type' enumerators. |
| Method Summary | |
|---|---|
static LogicalOperatorType |
get(int value)
Returns the 'Logical Operator Type' literal with the specified integer value. |
static LogicalOperatorType |
get(java.lang.String literal)
Returns the 'Logical Operator Type' literal with the specified literal value. |
static LogicalOperatorType |
getByName(java.lang.String name)
Returns the 'Logical Operator 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 |
|---|
public static final int AND
If the meaning of 'AND' literal object isn't clear, there really should be more of a description here...
AND_LITERAL,
Constant Field Valuespublic static final int OR
If the meaning of 'OR' literal object isn't clear, there really should be more of a description here...
OR_LITERAL,
Constant Field Valuespublic static final LogicalOperatorType AND_LITERAL
ANDpublic static final LogicalOperatorType OR_LITERAL
ORpublic static final java.util.List VALUES
| Method Detail |
|---|
public static LogicalOperatorType get(java.lang.String literal)
public static LogicalOperatorType getByName(java.lang.String name)
public static LogicalOperatorType get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||