Package com._1c.g5.v8.dt.moxel
Interface ColumnGroup
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,Group
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ColumnGroupImpl
public interface ColumnGroup extends Group
A representation of the model object 'Column Group'.The following features are supported:
- See Also:
MoxelPackage.getColumnGroup()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Columns
getColumns()
Returns the value of the 'Columns' reference.void
setColumns(Columns value)
Sets the value of the 'Columns
' reference.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
-
-
-
Method Detail
-
getColumns
Columns getColumns()
Returns the value of the 'Columns' reference.- Returns:
- the value of the 'Columns' reference.
- See Also:
setColumns(Columns)
,MoxelPackage.getColumnGroup_Columns()
-
setColumns
void setColumns(Columns value)
Sets the value of the 'Columns
' reference.- Parameters:
value
- the new value of the 'Columns' reference.- See Also:
getColumns()
-
-