| 
 | ||||||||||
| 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.datatools.modelbase.sql.constraints.MatchType
public final class MatchType
A representation of the literals of the enumeration 'Match Type', and utility methods for working with them. See KeyRelationship description.
SQLConstraintsPackage.getMatchType(), 
Serialized Form| Field Summary | |
|---|---|
| static int | MATCH_FULLThe 'MATCH FULL' literal value. | 
| static MatchType | MATCH_FULL_LITERALThe 'MATCH FULL' literal object. | 
| static int | MATCH_PARTIALThe 'MATCH PARTIAL' literal value. | 
| static MatchType | MATCH_PARTIAL_LITERALThe 'MATCH PARTIAL' literal object. | 
| static int | MATCH_SIMPLEThe 'MATCH SIMPLE' literal value. | 
| static MatchType | MATCH_SIMPLE_LITERALThe 'MATCH SIMPLE' literal object. | 
| static java.util.List | VALUESA 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 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 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_SIMPLEpublic 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_FULLpublic 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_PARTIALpublic 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 | |||||||||