| 
 | ||||||||||
| 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.UnlinkOption
public final class UnlinkOption
A representation of the literals of the enumeration 'Unlink Option', and utility methods for working with them.
SQLDataTypesPackage.getUnlinkOption(), 
Serialized Form| Field Summary | |
|---|---|
| static int | DELETEThe 'DELETE' literal value. | 
| static UnlinkOption | DELETE_LITERALThe 'DELETE' literal object. | 
| static int | NONEThe 'NONE' literal value. | 
| static UnlinkOption | NONE_LITERALThe 'NONE' literal object. | 
| static int | RESTOREThe 'RESTORE' literal value. | 
| static UnlinkOption | RESTORE_LITERALThe 'RESTORE' literal object. | 
| static java.util.List | VALUESA public read-only list of all the 'Unlink Option' enumerators. | 
| Method Summary | |
|---|---|
| static UnlinkOption | get(int value)Returns the 'Unlink Option' literal with the specified integer value. | 
| static UnlinkOption | get(java.lang.String literal)Returns the 'Unlink Option' literal with the specified literal value. | 
| static UnlinkOption | getByName(java.lang.String name)Returns the 'Unlink 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 RESTORE
RESTORE_LITERAL, 
Constant Field Valuespublic static final int DELETE
DELETE_LITERAL, 
Constant Field Valuespublic static final int NONE
NONE_LITERAL, 
Constant Field Valuespublic static final UnlinkOption RESTORE_LITERAL
If the meaning of 'RESTORE' literal object isn't clear, there really should be more of a description here...
RESTOREpublic static final UnlinkOption DELETE_LITERAL
If the meaning of 'DELETE' literal object isn't clear, there really should be more of a description here...
DELETEpublic static final UnlinkOption 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 UnlinkOption get(java.lang.String literal)
public static UnlinkOption getByName(java.lang.String name)
public static UnlinkOption get(int value)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||