|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CharacterSet
A representation of the model object 'Character Set'. Reference: 5WD-02-Foundation-2002-12 4.2.6 Character sets, 5WD-02-Foundation-2002-12 4.2.7 Universal character sets
The following features are supported:
SQLDataTypesPackage.getCharacterSet()
Method Summary | |
---|---|
CharacterStringDataType |
getCharacterStringDataType()
Returns the value of the 'Character String Data Type' reference. |
java.lang.String |
getDefaultCollation()
Returns the value of the 'Default Collation' attribute. |
java.lang.String |
getEncoding()
Returns the value of the 'Encoding' attribute. |
java.lang.String |
getRepertoire()
Returns the value of the 'Repertoire' attribute. |
Schema |
getSchema()
Returns the value of the 'Schema' reference. |
void |
setCharacterStringDataType(CharacterStringDataType value)
Sets the value of the ' Character String Data Type ' reference. |
void |
setDefaultCollation(java.lang.String value)
Sets the value of the ' Default Collation ' attribute. |
void |
setEncoding(java.lang.String value)
Sets the value of the ' Encoding ' attribute. |
void |
setRepertoire(java.lang.String value)
Sets the value of the ' Repertoire ' attribute. |
void |
setSchema(Schema value)
Sets the value of the ' Schema ' reference. |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject |
---|
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getExtensions, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getRepertoire()
If the meaning of the 'Repertoire' attribute isn't clear, there really should be more of a description here...
setRepertoire(String)
,
SQLDataTypesPackage.getCharacterSet_Repertoire()
void setRepertoire(java.lang.String value)
Repertoire
' attribute.
value
- the new value of the 'Repertoire' attribute.getRepertoire()
java.lang.String getDefaultCollation()
If the meaning of the 'Default Collation' attribute isn't clear, there really should be more of a description here...
setDefaultCollation(String)
,
SQLDataTypesPackage.getCharacterSet_DefaultCollation()
void setDefaultCollation(java.lang.String value)
Default Collation
' attribute.
value
- the new value of the 'Default Collation' attribute.getDefaultCollation()
java.lang.String getEncoding()
If the meaning of the 'Encoding' attribute isn't clear, there really should be more of a description here...
setEncoding(String)
,
SQLDataTypesPackage.getCharacterSet_Encoding()
void setEncoding(java.lang.String value)
Encoding
' attribute.
value
- the new value of the 'Encoding' attribute.getEncoding()
CharacterStringDataType getCharacterStringDataType()
Character Set
'.
If the meaning of the 'Character String Data Type' reference isn't clear, there really should be more of a description here...
setCharacterStringDataType(CharacterStringDataType)
,
SQLDataTypesPackage.getCharacterSet_CharacterStringDataType()
,
CharacterStringDataType.getCharacterSet()
void setCharacterStringDataType(CharacterStringDataType value)
Character String Data Type
' reference.
value
- the new value of the 'Character String Data Type' reference.getCharacterStringDataType()
Schema getSchema()
Char Sets
'.
If the meaning of the 'Schema' reference isn't clear, there really should be more of a description here...
setSchema(Schema)
,
SQLDataTypesPackage.getCharacterSet_Schema()
,
Schema.getCharSets()
void setSchema(Schema value)
Schema
' reference.
value
- the new value of the 'Schema' reference.getSchema()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |