org.eclipse.jpt.core.resource.orm
Interface XmlAbstractColumn

All Superinterfaces:
org.eclipse.emf.ecore.EObject, JpaEObject, org.eclipse.emf.common.notify.Notifier, XmlNamedColumn
All Known Subinterfaces:
XmlColumn, XmlJoinColumn
All Known Implementing Classes:
AbstractXmlAbstractColumn, XmlColumnImpl, XmlJoinColumnImpl

public interface XmlAbstractColumn
extends XmlNamedColumn

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:

See Also:
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

getInsertable

java.lang.Boolean getInsertable()
Returns the value of the 'Insertable' attribute.

If the meaning of the 'Insertable' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Insertable' attribute.
See Also:
setInsertable(Boolean), OrmPackage.getXmlAbstractColumn_Insertable()

setInsertable

void setInsertable(java.lang.Boolean value)
Sets the value of the 'Insertable' attribute.

Parameters:
value - the new value of the 'Insertable' attribute.
See Also:
getInsertable()

getNullable

java.lang.Boolean getNullable()
Returns the value of the 'Nullable' attribute.

If the meaning of the 'Nullable' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Nullable' attribute.
See Also:
setNullable(Boolean), OrmPackage.getXmlAbstractColumn_Nullable()

setNullable

void setNullable(java.lang.Boolean value)
Sets the value of the 'Nullable' attribute.

Parameters:
value - the new value of the 'Nullable' attribute.
See Also:
getNullable()

getTable

java.lang.String getTable()
Returns the value of the 'Table' attribute.

If the meaning of the 'Table' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Table' attribute.
See Also:
setTable(String), OrmPackage.getXmlAbstractColumn_Table()

setTable

void setTable(java.lang.String value)
Sets the value of the 'Table' attribute.

Parameters:
value - the new value of the 'Table' attribute.
See Also:
getTable()

getUnique

java.lang.Boolean getUnique()
Returns the value of the 'Unique' attribute.

If the meaning of the 'Unique' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Unique' attribute.
See Also:
setUnique(Boolean), OrmPackage.getXmlAbstractColumn_Unique()

setUnique

void setUnique(java.lang.Boolean value)
Sets the value of the 'Unique' attribute.

Parameters:
value - the new value of the 'Unique' attribute.
See Also:
getUnique()

getUpdatable

java.lang.Boolean getUpdatable()
Returns the value of the 'Updatable' attribute.

If the meaning of the 'Updatable' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Updatable' attribute.
See Also:
setUpdatable(Boolean), OrmPackage.getXmlAbstractColumn_Updatable()

setUpdatable

void setUpdatable(java.lang.Boolean value)
Sets the value of the 'Updatable' attribute.

Parameters:
value - the new value of the 'Updatable' attribute.
See Also:
getUpdatable()

getTableTextRange

TextRange getTableTextRange()
Return the TextRange for the table attibute. If the table attibute does not exist return the TextRange for the *table element.