|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
org.eclipse.datatools.connectivity.oda.design.ElementNullability
public final class ElementNullability
A representation of the literals of the enumeration 'Element Nullability', and utility methods for working with them. Indicates whether a data element's value can be null.
DesignPackage.getElementNullability()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
static int |
NOT_NULLABLE
The 'Not Nullable' literal value. |
static ElementNullability |
NOT_NULLABLE_LITERAL
The 'Not Nullable' literal object. |
static int |
NULLABLE
The 'Nullable' literal value. |
static ElementNullability |
NULLABLE_LITERAL
The 'Nullable' literal object. |
static int |
UNKNOWN
The 'Unknown' literal value. |
static ElementNullability |
UNKNOWN_LITERAL
The 'Unknown' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Element Nullability' enumerators. |
Method Summary | |
---|---|
static ElementNullability |
get(int value)
Returns the 'Element Nullability' literal with the specified integer value. |
static ElementNullability |
get(java.lang.String literal)
Returns the 'Element Nullability' literal with the specified literal value. |
static ElementNullability |
getByName(java.lang.String name)
Returns the 'Element Nullability' literal with the specified name. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String copyright
public static final int UNKNOWN
UNKNOWN_LITERAL
,
Constant Field Valuespublic static final int NULLABLE
NULLABLE_LITERAL
,
Constant Field Valuespublic static final int NOT_NULLABLE
NOT_NULLABLE_LITERAL
,
Constant Field Valuespublic static final ElementNullability UNKNOWN_LITERAL
UNKNOWN
public static final ElementNullability NULLABLE_LITERAL
NULLABLE
public static final ElementNullability NOT_NULLABLE_LITERAL
NOT_NULLABLE
public static final java.util.List VALUES
Method Detail |
---|
public static ElementNullability get(java.lang.String literal)
public static ElementNullability getByName(java.lang.String name)
public static ElementNullability get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |