Package com._1c.g5.v8.dt.moxel
Interface Group
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
ColumnGroup
,RowGroup
- All Known Implementing Classes:
ColumnGroupImpl
,GroupImpl
,RowGroupImpl
public interface Group
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Group'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionint
getBegin()
Returns the value of the 'Begin' attribute.int
getEnd()
Returns the value of the 'End' attribute.Returns the value of the 'Header Placement' attribute.getText()
Returns the value of the 'Text' containment reference.boolean
isOpened()
Returns the value of the 'Opened' attribute.void
setBegin
(int value) Sets the value of the 'Begin
' attribute.void
setEnd
(int value) Sets the value of the 'End
' attribute.void
Sets the value of the 'Header Placement
' attribute.void
setOpened
(boolean value) Sets the value of the 'Opened
' attribute.void
setText
(LocalString value) Sets the value of the 'Text
' containment 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
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getBegin
int getBegin()Returns the value of the 'Begin' attribute.- Returns:
- the value of the 'Begin' attribute.
- See Also:
-
setBegin
void setBegin(int value) Sets the value of the 'Begin
' attribute.- Parameters:
value
- the new value of the 'Begin' attribute.- See Also:
-
getEnd
int getEnd()Returns the value of the 'End' attribute.- Returns:
- the value of the 'End' attribute.
- See Also:
-
setEnd
void setEnd(int value) Sets the value of the 'End
' attribute.- Parameters:
value
- the new value of the 'End' attribute.- See Also:
-
getText
LocalString getText()Returns the value of the 'Text' containment reference.- Returns:
- the value of the 'Text' containment reference.
- See Also:
-
setText
Sets the value of the 'Text
' containment reference.- Parameters:
value
- the new value of the 'Text' containment reference.- See Also:
-
isOpened
boolean isOpened()Returns the value of the 'Opened' attribute. The default value is"true"
.- Returns:
- the value of the 'Opened' attribute.
- See Also:
-
setOpened
void setOpened(boolean value) Sets the value of the 'Opened
' attribute.- Parameters:
value
- the new value of the 'Opened' attribute.- See Also:
-
getHeaderPlacement
GroupHeaderPlacement getHeaderPlacement()Returns the value of the 'Header Placement' attribute. The default value is"Auto"
. The literals are from the enumerationGroupHeaderPlacement
.- Returns:
- the value of the 'Header Placement' attribute.
- See Also:
-
setHeaderPlacement
Sets the value of the 'Header Placement
' attribute.- Parameters:
value
- the new value of the 'Header Placement' attribute.- See Also:
-