|
||||||||||
| 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._2._1.query.StringPredicateType
public final class StringPredicateType
A representation of the literals of the enumeration 'String Predicate Type', and utility methods for working with them.
QueryPackage.getStringPredicateType()| Field Summary | |
|---|---|
static int |
CONTAINS
The 'Contains' literal value. |
static StringPredicateType |
CONTAINS_LITERAL
The 'Contains' literal object. |
static int |
CONTAINS1
The 'Contains1' literal value. |
static StringPredicateType |
CONTAINS1_LITERAL
The 'Contains1' literal object. |
static int |
ENDS_WITH
The 'Ends With' literal value. |
static StringPredicateType |
ENDS_WITH_LITERAL
The 'Ends With' literal object. |
static int |
ENDS_WITH1
The 'Ends With1' literal value. |
static StringPredicateType |
ENDS_WITH1_LITERAL
The 'Ends With1' literal object. |
static int |
EQUAL
The 'Equal' literal value. |
static StringPredicateType |
EQUAL_LITERAL
The 'Equal' literal object. |
static int |
EQUAL1
The 'Equal1' literal value. |
static StringPredicateType |
EQUAL1_LITERAL
The 'Equal1' literal object. |
static int |
STARTS_WITH
The 'Starts With' literal value. |
static StringPredicateType |
STARTS_WITH_LITERAL
The 'Starts With' literal object. |
static int |
STARTS_WITH1
The 'Starts With1' literal value. |
static StringPredicateType |
STARTS_WITH1_LITERAL
The 'Starts With1' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'String Predicate Type' enumerators. |
| Method Summary | |
|---|---|
static StringPredicateType |
get(int value)
Returns the 'String Predicate Type' literal with the specified integer value. |
static StringPredicateType |
get(java.lang.String literal)
Returns the 'String Predicate Type' literal with the specified literal value. |
static StringPredicateType |
getByName(java.lang.String name)
Returns the 'String 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 |
|---|
public static final int CONTAINS
If the meaning of 'Contains' literal object isn't clear, there really should be more of a description here...
CONTAINS_LITERAL,
Constant Field Valuespublic static final int CONTAINS1
If the meaning of 'Contains1' literal object isn't clear, there really should be more of a description here...
CONTAINS1_LITERAL,
Constant Field Valuespublic static final int STARTS_WITH
If the meaning of 'Starts With' literal object isn't clear, there really should be more of a description here...
STARTS_WITH_LITERAL,
Constant Field Valuespublic static final int STARTS_WITH1
If the meaning of 'Starts With1' literal object isn't clear, there really should be more of a description here...
STARTS_WITH1_LITERAL,
Constant Field Valuespublic static final int EQUAL
If the meaning of 'Equal' literal object isn't clear, there really should be more of a description here...
EQUAL_LITERAL,
Constant Field Valuespublic static final int EQUAL1
If the meaning of 'Equal1' literal object isn't clear, there really should be more of a description here...
EQUAL1_LITERAL,
Constant Field Valuespublic static final int ENDS_WITH
If the meaning of 'Ends With' literal object isn't clear, there really should be more of a description here...
ENDS_WITH_LITERAL,
Constant Field Valuespublic static final int ENDS_WITH1
If the meaning of 'Ends With1' literal object isn't clear, there really should be more of a description here...
ENDS_WITH1_LITERAL,
Constant Field Valuespublic static final StringPredicateType CONTAINS_LITERAL
CONTAINSpublic static final StringPredicateType CONTAINS1_LITERAL
CONTAINS1public static final StringPredicateType STARTS_WITH_LITERAL
STARTS_WITHpublic static final StringPredicateType STARTS_WITH1_LITERAL
STARTS_WITH1public static final StringPredicateType EQUAL_LITERAL
EQUALpublic static final StringPredicateType EQUAL1_LITERAL
EQUAL1public static final StringPredicateType ENDS_WITH_LITERAL
ENDS_WITHpublic static final StringPredicateType ENDS_WITH1_LITERAL
ENDS_WITH1public static final java.util.List VALUES
| Method Detail |
|---|
public static StringPredicateType get(java.lang.String literal)
public static StringPredicateType getByName(java.lang.String name)
public static StringPredicateType get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||