| 
 | ||||||||||
| 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.datatypes.IntegrityControlOption
public final class IntegrityControlOption
A representation of the literals of the enumeration 'Integrity Control Option', and utility methods for working with them.
SQLDataTypesPackage.getIntegrityControlOption(), 
Serialized Form| Field Summary | |
|---|---|
| static int | ALLThe 'ALL' literal value. | 
| static IntegrityControlOption | ALL_LITERALThe 'ALL' literal object. | 
| static int | NONEThe 'NONE' literal value. | 
| static IntegrityControlOption | NONE_LITERALThe 'NONE' literal object. | 
| static int | SELECTIVEThe 'SELECTIVE' literal value. | 
| static IntegrityControlOption | SELECTIVE_LITERALThe 'SELECTIVE' literal object. | 
| static java.util.List | VALUESA public read-only list of all the 'Integrity Control Option' enumerators. | 
| Method Summary | |
|---|---|
| static IntegrityControlOption | get(int value)Returns the 'Integrity Control Option' literal with the specified integer value. | 
| static IntegrityControlOption | get(java.lang.String literal)Returns the 'Integrity Control Option' literal with the specified literal value. | 
| static IntegrityControlOption | getByName(java.lang.String name)Returns the 'Integrity Control Option' 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 ALL
ALL_LITERAL, 
Constant Field Valuespublic static final int SELECTIVE
SELECTIVE_LITERAL, 
Constant Field Valuespublic static final int NONE
NONE_LITERAL, 
Constant Field Valuespublic static final IntegrityControlOption ALL_LITERAL
If the meaning of 'ALL' literal object isn't clear, there really should be more of a description here...
ALLpublic static final IntegrityControlOption SELECTIVE_LITERAL
If the meaning of 'SELECTIVE' literal object isn't clear, there really should be more of a description here...
SELECTIVEpublic static final IntegrityControlOption 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 IntegrityControlOption get(java.lang.String literal)
public static IntegrityControlOption getByName(java.lang.String name)
public static IntegrityControlOption get(int value)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||