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.voidsetExtInfo(AdditionExtInfo value) Sets the value of the 'Ext Info' containment reference.voidSets the value of the 'Group Horizontal Align' attribute.voidSets the value of the 'Group Vertical Align' attribute.voidsetSource(AdditionSource value) Sets the value of the 'Source' reference.voidsetType(ManagedFormAdditionType value) Sets the value of the 'Type' attribute.Methods inherited from interface com._1c.g5.v8.dt.form.model.ContextMenuHolder
getContextMenu, setContextMenuMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface com._1c.g5.v8.dt.form.model.ExtendedTooltipHolder
getExtendedTooltip, setExtendedTooltipMethods inherited from interface com._1c.g5.v8.dt.form.model.ExtensionAdoptedProperty
getAdopted, getUnchanged, setAdopted, setUnchangedMethods inherited from interface com._1c.g5.v8.dt.form.model.FormItem
getDisplayImportance, getId, isPositionChanged, setDisplayImportance, setId, setPositionChangedMethods inherited from interface com._1c.g5.v8.dt.form.model.FormItemContainer
getItemsMethods inherited from interface com._1c.g5.v8.dt.form.model.FormVisualEntity
getUserChangedPropertiesMethods 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, bmSetPropertyMethods inherited from interface com._1c.g5.v8.dt.mcore.NamedElement
getName, setNameMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface com._1c.g5.v8.dt.form.model.TooltipContainer
getToolTip, getToolTipRepresentation, setToolTipRepresentationMethods 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:
-