|
||||||||||
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 FormField Summary | |
---|---|
static int |
DATABASE_DEFAULT
The 'Database Default' literal value. |
static AllowNullType |
DATABASE_DEFAULT_LITERAL
The 'Database Default' literal object. |
static int |
NOT_NULLABLE
The 'Not Nullable' literal value. |
static AllowNullType |
NOT_NULLABLE_LITERAL
The 'Not Nullable' literal object. |
static int |
NULLABLE
The 'Nullable' literal value. |
static AllowNullType |
NULLABLE_LITERAL
The 'Nullable' literal object. |
static java.util.List |
VALUES
A 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
NULLABLE
public static final AllowNullType NOT_NULLABLE_LITERAL
NOT_NULLABLE
public static final AllowNullType DATABASE_DEFAULT_LITERAL
DATABASE_DEFAULT
public 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 |