|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeDefinition
A representation of the model object 'Attribute Definition'. Reference: 5WD-02-Foundation-2002-12 4.13 Columns, fields, and attributes
The following features are supported:
SQLDataTypesPackage.getAttributeDefinition()
Method Summary | |
---|---|
java.lang.String |
getDefaultValue()
Returns the value of the 'Default Value' attribute. |
ReferentialActionType |
getScopeCheck()
Returns the value of the 'Scope Check' attribute. |
boolean |
isScopeChecked()
Returns the value of the 'Scope Checked' attribute. |
void |
setDefaultValue(java.lang.String value)
Sets the value of the ' Default Value ' attribute. |
void |
setScopeCheck(ReferentialActionType value)
Sets the value of the ' Scope Check ' attribute. |
void |
setScopeChecked(boolean value)
Sets the value of the ' Scope Checked ' attribute. |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.TypedElement |
---|
getContainedType, getDataType, getReferencedType, setContainedType, setDataType, setReferencedType |
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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
ReferentialActionType getScopeCheck()
ReferentialActionType
.
If the meaning of the 'Scope Check' attribute isn't clear, there really should be more of a description here...
ReferentialActionType
,
setScopeCheck(ReferentialActionType)
,
SQLDataTypesPackage.getAttributeDefinition_ScopeCheck()
void setScopeCheck(ReferentialActionType value)
Scope Check
' attribute.
value
- the new value of the 'Scope Check' attribute.ReferentialActionType
,
getScopeCheck()
boolean isScopeChecked()
If the meaning of the 'Scope Checked' attribute isn't clear, there really should be more of a description here...
setScopeChecked(boolean)
,
SQLDataTypesPackage.getAttributeDefinition_ScopeChecked()
void setScopeChecked(boolean value)
Scope Checked
' attribute.
value
- the new value of the 'Scope Checked' attribute.isScopeChecked()
java.lang.String getDefaultValue()
If the meaning of the 'Default Value' attribute isn't clear, there really should be more of a description here...
setDefaultValue(String)
,
SQLDataTypesPackage.getAttributeDefinition_DefaultValue()
void setDefaultValue(java.lang.String value)
Default Value
' attribute.
value
- the new value of the 'Default Value' attribute.getDefaultValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |