| 
 | ||||||||||
| 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.enablement.sybase.asa.models.sybaseasabasesqlmodel.AllowNullType
public final class AllowNullType
A representation of the literals of the enumeration 'Allow Null Type', and utility methods for working with them.
SybaseasabasesqlmodelPackage.getAllowNullType(), 
Serialized Form| Field Summary | |
|---|---|
| static int | DATABASE_DEFAULTThe 'Database Default' literal value. | 
| static AllowNullType | DATABASE_DEFAULT_LITERALThe 'Database Default' literal object. | 
| static int | NOT_NULLABLEThe 'Not Nullable' literal value. | 
| static AllowNullType | NOT_NULLABLE_LITERALThe 'Not Nullable' literal object. | 
| static int | NULLABLEThe 'Nullable' literal value. | 
| static AllowNullType | NULLABLE_LITERALThe 'Nullable' literal object. | 
| static java.util.List | VALUESA public read-only list of all the 'Allow Null Type' enumerators. | 
| Method Summary | |
|---|---|
| static AllowNullType | get(int value)Returns the 'Allow Null Type' literal with the specified integer value. | 
| static AllowNullType | get(java.lang.String literal)Returns the 'Allow Null Type' literal with the specified literal value. | 
| static AllowNullType | getByName(java.lang.String name)Returns the 'Allow Null 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 NULLABLE
If the meaning of 'Nullable' literal object isn't clear, there really should be more of a description here...
NULLABLE_LITERAL, 
Constant Field Valuespublic static final int NOT_NULLABLE
If the meaning of 'Not Nullable' literal object isn't clear, there really should be more of a description here...
NOT_NULLABLE_LITERAL, 
Constant Field Valuespublic static final int DATABASE_DEFAULT
If the meaning of 'Database Default' literal object isn't clear, there really should be more of a description here...
DATABASE_DEFAULT_LITERAL, 
Constant Field Valuespublic static final AllowNullType NULLABLE_LITERAL
NULLABLEpublic static final AllowNullType NOT_NULLABLE_LITERAL
NOT_NULLABLEpublic static final AllowNullType DATABASE_DEFAULT_LITERAL
DATABASE_DEFAULTpublic static final java.util.List VALUES
| Method Detail | 
|---|
public static AllowNullType get(java.lang.String literal)
public static AllowNullType getByName(java.lang.String name)
public static AllowNullType get(int value)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||