|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XmlAbstractColumn
A representation of the model object 'Abstract Column'. Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
The following features are supported:
OrmPackage.getXmlAbstractColumn()
Method Summary | |
---|---|
java.lang.Boolean |
getInsertable()
Returns the value of the 'Insertable' attribute. |
java.lang.Boolean |
getNullable()
Returns the value of the 'Nullable' attribute. |
java.lang.String |
getTable()
Returns the value of the 'Table' attribute. |
TextRange |
getTableTextRange()
Return the TextRange for the table attibute. |
java.lang.Boolean |
getUnique()
Returns the value of the 'Unique' attribute. |
java.lang.Boolean |
getUpdatable()
Returns the value of the 'Updatable' attribute. |
void |
setInsertable(java.lang.Boolean value)
Sets the value of the ' Insertable ' attribute. |
void |
setNullable(java.lang.Boolean value)
Sets the value of the ' Nullable ' attribute. |
void |
setTable(java.lang.String value)
Sets the value of the ' Table ' attribute. |
void |
setUnique(java.lang.Boolean value)
Sets the value of the ' Unique ' attribute. |
void |
setUpdatable(java.lang.Boolean value)
Sets the value of the ' Updatable ' attribute. |
Methods inherited from interface org.eclipse.jpt.core.resource.orm.XmlNamedColumn |
---|
getColumnDefinition, getName, getNameTextRange, setColumnDefinition, setName |
Methods inherited from interface org.eclipse.jpt.core.resource.common.JpaEObject |
---|
containsOffset, getPlatformResource, getResource, getRoot, getSelectionTextRange, getValidationTextRange, isAllFeaturesUnset |
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.Boolean getInsertable()
If the meaning of the 'Insertable' attribute isn't clear, there really should be more of a description here...
setInsertable(Boolean)
,
OrmPackage.getXmlAbstractColumn_Insertable()
void setInsertable(java.lang.Boolean value)
Insertable
' attribute.
value
- the new value of the 'Insertable' attribute.getInsertable()
java.lang.Boolean getNullable()
If the meaning of the 'Nullable' attribute isn't clear, there really should be more of a description here...
setNullable(Boolean)
,
OrmPackage.getXmlAbstractColumn_Nullable()
void setNullable(java.lang.Boolean value)
Nullable
' attribute.
value
- the new value of the 'Nullable' attribute.getNullable()
java.lang.String getTable()
If the meaning of the 'Table' attribute isn't clear, there really should be more of a description here...
setTable(String)
,
OrmPackage.getXmlAbstractColumn_Table()
void setTable(java.lang.String value)
Table
' attribute.
value
- the new value of the 'Table' attribute.getTable()
java.lang.Boolean getUnique()
If the meaning of the 'Unique' attribute isn't clear, there really should be more of a description here...
setUnique(Boolean)
,
OrmPackage.getXmlAbstractColumn_Unique()
void setUnique(java.lang.Boolean value)
Unique
' attribute.
value
- the new value of the 'Unique' attribute.getUnique()
java.lang.Boolean getUpdatable()
If the meaning of the 'Updatable' attribute isn't clear, there really should be more of a description here...
setUpdatable(Boolean)
,
OrmPackage.getXmlAbstractColumn_Updatable()
void setUpdatable(java.lang.Boolean value)
Updatable
' attribute.
value
- the new value of the 'Updatable' attribute.getUpdatable()
TextRange getTableTextRange()
TextRange
for the table attibute. If the table attibute
does not exist return the TextRange
for the *table element.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |