|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
org.eclipse.datatools.modelbase.sql.constraints.MatchType
A representation of the literals of the enumeration 'Match Type', and utility methods for working with them. See KeyRelationship description.
SQLConstraintsPackage.getMatchType()
,
Serialized FormField Summary | |
static int |
MATCH_FULL
The 'MATCH FULL' literal value. |
static MatchType |
MATCH_FULL_LITERAL
The 'MATCH FULL' literal object. |
static int |
MATCH_PARTIAL
The 'MATCH PARTIAL' literal value. |
static MatchType |
MATCH_PARTIAL_LITERAL
The 'MATCH PARTIAL' literal object. |
static int |
MATCH_SIMPLE
The 'MATCH SIMPLE' literal value. |
static MatchType |
MATCH_SIMPLE_LITERAL
The 'MATCH SIMPLE' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Match Type' enumerators. |
Method Summary | |
static MatchType |
get(int value)
Returns the 'Match Type' literal with the specified integer value. |
static MatchType |
get(java.lang.String literal)
Returns the 'Match Type' literal with the specified literal value. |
static MatchType |
getByName(java.lang.String name)
Returns the 'Match Type' literal with the specified name. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int MATCH_SIMPLE
MATCH_SIMPLE_LITERAL
,
Constant Field Valuespublic static final int MATCH_FULL
MATCH_FULL_LITERAL
,
Constant Field Valuespublic static final int MATCH_PARTIAL
MATCH_PARTIAL_LITERAL
,
Constant Field Valuespublic static final MatchType MATCH_SIMPLE_LITERAL
If the meaning of 'MATCH SIMPLE' literal object isn't clear, there really should be more of a description here...
MATCH_SIMPLE
public static final MatchType MATCH_FULL_LITERAL
If the meaning of 'MATCH FULL' literal object isn't clear, there really should be more of a description here...
MATCH_FULL
public static final MatchType MATCH_PARTIAL_LITERAL
If the meaning of 'MATCH PARTIAL' literal object isn't clear, there really should be more of a description here...
MATCH_PARTIAL
public static final java.util.List VALUES
Method Detail |
public static MatchType get(java.lang.String literal)
public static MatchType getByName(java.lang.String name)
public static MatchType get(int value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |