| 
 | ||||||||||
| 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.query.UpdatabilityType
public final class UpdatabilityType
A representation of the literals of the enumeration 'Updatability Type', and utility methods for working with them.
SQLQueryModelPackage.getUpdatabilityType(), 
Serialized Form| Field Summary | |
|---|---|
| static int | READ_ONLYThe 'READ ONLY' literal value. | 
| static UpdatabilityType | READ_ONLY_LITERALThe 'READ ONLY' literal object. | 
| static int | UPDATEThe 'UPDATE' literal value. | 
| static UpdatabilityType | UPDATE_LITERALThe 'UPDATE' literal object. | 
| static java.util.List | VALUESA public read-only list of all the 'Updatability Type' enumerators. | 
| Method Summary | |
|---|---|
| static UpdatabilityType | get(int value)Returns the 'Updatability Type' literal with the specified integer value. | 
| static UpdatabilityType | get(java.lang.String literal)Returns the 'Updatability Type' literal with the specified literal value. | 
| static UpdatabilityType | getByName(java.lang.String name)Returns the 'Updatability 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 READ_ONLY
If the meaning of 'READ ONLY' literal object isn't clear, there really should be more of a description here...
READ_ONLY_LITERAL, 
Constant Field Valuespublic static final int UPDATE
If the meaning of 'UPDATE' literal object isn't clear, there really should be more of a description here...
UPDATE_LITERAL, 
Constant Field Valuespublic static final UpdatabilityType READ_ONLY_LITERAL
READ_ONLYpublic static final UpdatabilityType UPDATE_LITERAL
UPDATEpublic static final java.util.List VALUES
| Method Detail | 
|---|
public static UpdatabilityType get(java.lang.String literal)
public static UpdatabilityType getByName(java.lang.String name)
public static UpdatabilityType get(int value)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||