|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
org.eclipse.datatools.modelbase.sql.datatypes.CoercibilityType
A representation of the literals of the enumeration 'Coercibility Type', and utility methods for working with them. Reference: 5WD-02-Foundation-2002-12 4.2.1 Comparison of character strings
SQLDataTypesPackage.getCoercibilityType()
,
Serialized FormField Summary | |
static int |
COERCIBILE
The 'COERCIBILE' literal value. |
static CoercibilityType |
COERCIBILE_LITERAL
The 'COERCIBILE' literal object. |
static int |
EXPLICIT
The 'EXPLICIT' literal value. |
static CoercibilityType |
EXPLICIT_LITERAL
The 'EXPLICIT' literal object. |
static int |
IMPLICIT
The 'IMPLICIT' literal value. |
static CoercibilityType |
IMPLICIT_LITERAL
The 'IMPLICIT' literal object. |
static int |
NO_COLLATION
The 'NO COLLATION' literal value. |
static CoercibilityType |
NO_COLLATION_LITERAL
The 'NO COLLATION' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Coercibility Type' enumerators. |
Method Summary | |
static CoercibilityType |
get(int value)
Returns the 'Coercibility Type' literal with the specified integer value. |
static CoercibilityType |
get(java.lang.String literal)
Returns the 'Coercibility Type' literal with the specified literal value. |
static CoercibilityType |
getByName(java.lang.String name)
Returns the 'Coercibility Type' 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 int IMPLICIT
IMPLICIT_LITERAL
,
Constant Field Valuespublic static final int EXPLICIT
EXPLICIT_LITERAL
,
Constant Field Valuespublic static final int COERCIBILE
COERCIBILE_LITERAL
,
Constant Field Valuespublic static final int NO_COLLATION
NO_COLLATION_LITERAL
,
Constant Field Valuespublic static final CoercibilityType IMPLICIT_LITERAL
If the meaning of 'IMPLICIT' literal object isn't clear, there really should be more of a description here...
IMPLICIT
public static final CoercibilityType EXPLICIT_LITERAL
If the meaning of 'EXPLICIT' literal object isn't clear, there really should be more of a description here...
EXPLICIT
public static final CoercibilityType COERCIBILE_LITERAL
If the meaning of 'COERCIBILE' literal object isn't clear, there really should be more of a description here...
COERCIBILE
public static final CoercibilityType NO_COLLATION_LITERAL
If the meaning of 'NO COLLATION' literal object isn't clear, there really should be more of a description here...
NO_COLLATION
public static final java.util.List VALUES
Method Detail |
public static CoercibilityType get(java.lang.String literal)
public static CoercibilityType getByName(java.lang.String name)
public static CoercibilityType get(int value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |