org.openxma.dsl.dom.model
Interface Column

All Superinterfaces:
DaoFeature, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ColumnImpl

public interface Column
extends DaoFeature

A representation of the model object 'Column'.

The following features are supported:

See Also:
DomPackage.getColumn()

Method Summary
 Column getColumnDefinition(Attribute attribute)
           
 String getColumnName()
          Returns the value of the 'Column Name' attribute.
 org.eclipse.emf.common.util.EList<Column> getColumns()
          Returns the value of the 'Columns' containment reference list.
 org.openxma.dsl.core.model.Type getColumnType()
          Returns the value of the 'Column Type' reference.
 org.openxma.dsl.core.model.DataTypeAndTypeParameter getUserType()
          Returns the value of the 'User Type' containment reference.
 void setColumnName(String value)
          Sets the value of the 'Column Name' attribute.
 void setColumnType(org.openxma.dsl.core.model.Type value)
          Sets the value of the 'Column Type' reference.
 void setUserType(org.openxma.dsl.core.model.DataTypeAndTypeParameter value)
          Sets the value of the 'User Type' containment reference.
 
Methods inherited from interface org.openxma.dsl.dom.model.DaoFeature
getAttribute, setAttribute
 
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

getColumnName

String getColumnName()
Returns the value of the 'Column Name' attribute.

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

Returns:
the value of the 'Column Name' attribute.
See Also:
setColumnName(String), DomPackage.getColumn_ColumnName()

setColumnName

void setColumnName(String value)
Sets the value of the 'Column Name' attribute.

Parameters:
value - the new value of the 'Column Name' attribute.
See Also:
getColumnName()

getUserType

org.openxma.dsl.core.model.DataTypeAndTypeParameter getUserType()
Returns the value of the 'User Type' containment reference.

If the meaning of the 'User Type' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'User Type' containment reference.
See Also:
setUserType(DataTypeAndTypeParameter), DomPackage.getColumn_UserType()

setUserType

void setUserType(org.openxma.dsl.core.model.DataTypeAndTypeParameter value)
Sets the value of the 'User Type' containment reference.

Parameters:
value - the new value of the 'User Type' containment reference.
See Also:
getUserType()

getColumnType

org.openxma.dsl.core.model.Type getColumnType()
Returns the value of the 'Column Type' reference.

If the meaning of the 'Column Type' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Column Type' reference.
See Also:
setColumnType(Type), DomPackage.getColumn_ColumnType()

setColumnType

void setColumnType(org.openxma.dsl.core.model.Type value)
Sets the value of the 'Column Type' reference.

Parameters:
value - the new value of the 'Column Type' reference.
See Also:
getColumnType()

getColumns

org.eclipse.emf.common.util.EList<Column> getColumns()
Returns the value of the 'Columns' containment reference list. The list contents are of type Column.

If the meaning of the 'Columns' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Columns' containment reference list.
See Also:
DomPackage.getColumn_Columns()

getColumnDefinition

Column getColumnDefinition(Attribute attribute)


Copyright © 2013. All Rights Reserved.