|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Field'. Reference: 5WD-02-Foundation-2002-12 4.13 Columns, fields, and attributes
The following features are supported:
SQLDataTypesPackage.getField()
Method Summary | |
ReferentialActionType |
getScopeCheck()
Returns the value of the 'Scope Check' attribute. |
boolean |
isScopeChecked()
Returns the value of the 'Scope Checked' 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, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Method Detail |
public 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.getField_ScopeCheck()
public void setScopeCheck(ReferentialActionType value)
Scope Check
' attribute.
value
- the new value of the 'Scope Check' attribute.ReferentialActionType
,
getScopeCheck()
public 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.getField_ScopeChecked()
public void setScopeChecked(boolean value)
Scope Checked
' attribute.
value
- the new value of the 'Scope Checked' attribute.isScopeChecked()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |