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:
MoxelPackage.getGroup()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getBegin()
Returns the value of the 'Begin' attribute.int
getEnd()
Returns the value of the 'End' attribute.GroupHeaderPlacement
getHeaderPlacement()
Returns the value of the 'Header Placement' attribute.LocalString
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
setHeaderPlacement(GroupHeaderPlacement value)
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.
-
-
-
Method Detail
-
getBegin
int getBegin()
Returns the value of the 'Begin' attribute.- Returns:
- the value of the 'Begin' attribute.
- See Also:
setBegin(int)
,MoxelPackage.getGroup_Begin()
-
setBegin
void setBegin(int value)
Sets the value of the 'Begin
' attribute.- Parameters:
value
- the new value of the 'Begin' attribute.- See Also:
getBegin()
-
getEnd
int getEnd()
Returns the value of the 'End' attribute.- Returns:
- the value of the 'End' attribute.
- See Also:
setEnd(int)
,MoxelPackage.getGroup_End()
-
setEnd
void setEnd(int value)
Sets the value of the 'End
' attribute.- Parameters:
value
- the new value of the 'End' attribute.- See Also:
getEnd()
-
getText
LocalString getText()
Returns the value of the 'Text' containment reference.- Returns:
- the value of the 'Text' containment reference.
- See Also:
setText(LocalString)
,MoxelPackage.getGroup_Text()
-
setText
void setText(LocalString value)
Sets the value of the 'Text
' containment reference.- Parameters:
value
- the new value of the 'Text' containment reference.- See Also:
getText()
-
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(boolean)
,MoxelPackage.getGroup_Opened()
-
setOpened
void setOpened(boolean value)
Sets the value of the 'Opened
' attribute.- Parameters:
value
- the new value of the 'Opened' attribute.- See Also:
isOpened()
-
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:
GroupHeaderPlacement
,setHeaderPlacement(GroupHeaderPlacement)
,MoxelPackage.getGroup_HeaderPlacement()
-
setHeaderPlacement
void setHeaderPlacement(GroupHeaderPlacement value)
Sets the value of the 'Header Placement
' attribute.- Parameters:
value
- the new value of the 'Header Placement' attribute.- See Also:
GroupHeaderPlacement
,getHeaderPlacement()
-
-