| 
 | ||||||||||
| 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.tables.CheckType
public final class CheckType
A representation of the literals of the enumeration 'Check Type', and utility methods for working with them. Reference: 5WD-02-Foundation-2002-12 4.14 Tables
SQLTablesPackage.getCheckType(), 
Serialized Form| Field Summary | |
|---|---|
| static int | CASCADEDThe 'CASCADED' literal value. | 
| static CheckType | CASCADED_LITERALThe 'CASCADED' literal object. | 
| static int | LOCALThe 'LOCAL' literal value. | 
| static CheckType | LOCAL_LITERALThe 'LOCAL' literal object. | 
| static int | NONEThe 'NONE' literal value. | 
| static CheckType | NONE_LITERALThe 'NONE' literal object. | 
| static java.util.List | VALUESA public read-only list of all the 'Check Type' enumerators. | 
| Method Summary | |
|---|---|
| static CheckType | get(int value)Returns the 'Check Type' literal with the specified integer value. | 
| static CheckType | get(java.lang.String literal)Returns the 'Check Type' literal with the specified literal value. | 
| static CheckType | getByName(java.lang.String name)Returns the 'Check 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 CASCADED
CASCADED_LITERAL, 
Constant Field Valuespublic static final int LOCAL
LOCAL_LITERAL, 
Constant Field Valuespublic static final int NONE
NONE_LITERAL, 
Constant Field Valuespublic static final CheckType CASCADED_LITERAL
If the meaning of 'CASCADED' literal object isn't clear, there really should be more of a description here...
CASCADEDpublic static final CheckType LOCAL_LITERAL
If the meaning of 'LOCAL' literal object isn't clear, there really should be more of a description here...
LOCALpublic static final CheckType NONE_LITERAL
If the meaning of 'NONE' literal object isn't clear, there really should be more of a description here...
NONEpublic static final java.util.List VALUES
| Method Detail | 
|---|
public static CheckType get(java.lang.String literal)
public static CheckType getByName(java.lang.String name)
public static CheckType get(int value)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||