Package com._1c.g5.v8.dt.form.model
Interface Addition
- All Superinterfaces:
AdditionSource
,ContextMenuHolder
,org.eclipse.emf.ecore.EObject
,ExtendedTooltipHolder
,ExtensionAdoptedProperty
,FormItem
,FormItemContainer
,FormVisualEntity
,IBmObject
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,Titled
,TooltipContainer
,Visible
- All Known Implementing Classes:
AdditionImpl
public interface Addition
extends Titled, Visible, TooltipContainer, FormItem, FormItemContainer, AdditionSource, ExtendedTooltipHolder, ContextMenuHolder, ExtensionAdoptedProperty
A representation of the model object 'Addition'.
The following features are supported:
- See Also:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Ext Info' containment reference.Returns the value of the 'Group Horizontal Align' attribute.Returns the value of the 'Group Vertical Align' attribute.Returns the value of the 'Source' reference.getType()
Returns the value of the 'Type' attribute.void
setExtInfo
(AdditionExtInfo value) Sets the value of the 'Ext Info
' containment reference.void
Sets the value of the 'Group Horizontal Align
' attribute.void
Sets the value of the 'Group Vertical Align
' attribute.void
setSource
(AdditionSource value) Sets the value of the 'Source
' reference.void
setType
(ManagedFormAdditionType value) Sets the value of the 'Type
' attribute.Methods inherited from interface com._1c.g5.v8.dt.form.model.ContextMenuHolder
getContextMenu, setContextMenu
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 com._1c.g5.v8.dt.form.model.ExtendedTooltipHolder
getExtendedTooltip, setExtendedTooltip
Methods inherited from interface com._1c.g5.v8.dt.form.model.ExtensionAdoptedProperty
getAdopted, getUnchanged, setAdopted, setUnchanged
Methods inherited from interface com._1c.g5.v8.dt.form.model.FormItem
getDisplayImportance, getId, isPositionChanged, setDisplayImportance, setId, setPositionChanged
Methods inherited from interface com._1c.g5.v8.dt.form.model.FormItemContainer
getItems
Methods inherited from interface com._1c.g5.v8.dt.form.model.FormVisualEntity
getUserChangedProperties
Methods inherited from interface com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
Methods inherited from interface com._1c.g5.v8.dt.mcore.NamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface com._1c.g5.v8.dt.form.model.TooltipContainer
getToolTip, getToolTipRepresentation, setToolTipRepresentation
Methods inherited from interface com._1c.g5.v8.dt.form.model.Visible
getUserVisible, isEnabled, isVisible, setEnabled, setUserVisible, setVisible
-
Method Details
-
getType
ManagedFormAdditionType getType()Returns the value of the 'Type' attribute. The literals are from the enumerationManagedFormAdditionType
.- Returns:
- the value of the 'Type' attribute.
- See Also:
-
setType
Sets the value of the 'Type
' attribute.- Parameters:
value
- the new value of the 'Type' attribute.- See Also:
-
getSource
AdditionSource getSource()Returns the value of the 'Source' reference.- Returns:
- the value of the 'Source' reference.
- See Also:
-
setSource
Sets the value of the 'Source
' reference.- Parameters:
value
- the new value of the 'Source' reference.- See Also:
-
getGroupHorizontalAlign
ItemHorizontalAlignment getGroupHorizontalAlign()Returns the value of the 'Group Horizontal Align' attribute. The literals are from the enumerationItemHorizontalAlignment
.- Returns:
- the value of the 'Group Horizontal Align' attribute.
- See Also:
-
setGroupHorizontalAlign
Sets the value of the 'Group Horizontal Align
' attribute.- Parameters:
value
- the new value of the 'Group Horizontal Align' attribute.- See Also:
-
getGroupVerticalAlign
ItemVerticalAlignment getGroupVerticalAlign()Returns the value of the 'Group Vertical Align' attribute. The literals are from the enumerationItemVerticalAlignment
.- Returns:
- the value of the 'Group Vertical Align' attribute.
- See Also:
-
setGroupVerticalAlign
Sets the value of the 'Group Vertical Align
' attribute.- Parameters:
value
- the new value of the 'Group Vertical Align' attribute.- See Also:
-
getExtInfo
AdditionExtInfo getExtInfo()Returns the value of the 'Ext Info' containment reference.- Returns:
- the value of the 'Ext Info' containment reference.
- See Also:
-
setExtInfo
Sets the value of the 'Ext Info
' containment reference.- Parameters:
value
- the new value of the 'Ext Info' containment reference.- See Also:
-