| 
 | ||||||||||
| 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.datatypes.CoercibilityType
public final class 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 Form| Field Summary | |
|---|---|
| static int | COERCIBILEThe 'COERCIBILE' literal value. | 
| static CoercibilityType | COERCIBILE_LITERALThe 'COERCIBILE' literal object. | 
| static int | EXPLICITThe 'EXPLICIT' literal value. | 
| static CoercibilityType | EXPLICIT_LITERALThe 'EXPLICIT' literal object. | 
| static int | IMPLICITThe 'IMPLICIT' literal value. | 
| static CoercibilityType | IMPLICIT_LITERALThe 'IMPLICIT' literal object. | 
| static int | NO_COLLATIONThe 'NO COLLATION' literal value. | 
| static CoercibilityType | NO_COLLATION_LITERALThe 'NO COLLATION' literal object. | 
| static java.util.List | VALUESA 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 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 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...
IMPLICITpublic static final CoercibilityType EXPLICIT_LITERAL
If the meaning of 'EXPLICIT' literal object isn't clear, there really should be more of a description here...
EXPLICITpublic static final CoercibilityType COERCIBILE_LITERAL
If the meaning of 'COERCIBILE' literal object isn't clear, there really should be more of a description here...
COERCIBILEpublic 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_COLLATIONpublic 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 | |||||||||