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:
FormPackage.getAddition()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdditionExtInfogetExtInfo()Returns the value of the 'Ext Info' containment reference.ItemHorizontalAlignmentgetGroupHorizontalAlign()Returns the value of the 'Group Horizontal Align' attribute.ItemVerticalAlignmentgetGroupVerticalAlign()Returns the value of the 'Group Vertical Align' attribute.AdditionSourcegetSource()Returns the value of the 'Source' reference.ManagedFormAdditionTypegetType()Returns the value of the 'Type' attribute.voidsetExtInfo(AdditionExtInfo value)Sets the value of the 'Ext Info' containment reference.voidsetGroupHorizontalAlign(ItemHorizontalAlignment value)Sets the value of the 'Group Horizontal Align' attribute.voidsetGroupVerticalAlign(ItemVerticalAlignment value)Sets 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, 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, setDisplayImportance, setId
-
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 Detail
-
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:
ManagedFormAdditionType,setType(ManagedFormAdditionType),FormPackage.getAddition_Type()
-
setType
void setType(ManagedFormAdditionType value)
Sets the value of the 'Type' attribute.- Parameters:
value- the new value of the 'Type' attribute.- See Also:
ManagedFormAdditionType,getType()
-
getSource
AdditionSource getSource()
Returns the value of the 'Source' reference.- Returns:
- the value of the 'Source' reference.
- See Also:
setSource(AdditionSource),FormPackage.getAddition_Source()
-
setSource
void setSource(AdditionSource value)
Sets the value of the 'Source' reference.- Parameters:
value- the new value of the 'Source' reference.- See Also:
getSource()
-
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:
ItemHorizontalAlignment,setGroupHorizontalAlign(ItemHorizontalAlignment),FormPackage.getAddition_GroupHorizontalAlign()
-
setGroupHorizontalAlign
void setGroupHorizontalAlign(ItemHorizontalAlignment value)
Sets the value of the 'Group Horizontal Align' attribute.- Parameters:
value- the new value of the 'Group Horizontal Align' attribute.- See Also:
ItemHorizontalAlignment,getGroupHorizontalAlign()
-
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:
ItemVerticalAlignment,setGroupVerticalAlign(ItemVerticalAlignment),FormPackage.getAddition_GroupVerticalAlign()
-
setGroupVerticalAlign
void setGroupVerticalAlign(ItemVerticalAlignment value)
Sets the value of the 'Group Vertical Align' attribute.- Parameters:
value- the new value of the 'Group Vertical Align' attribute.- See Also:
ItemVerticalAlignment,getGroupVerticalAlign()
-
getExtInfo
AdditionExtInfo getExtInfo()
Returns the value of the 'Ext Info' containment reference.- Returns:
- the value of the 'Ext Info' containment reference.
- See Also:
setExtInfo(AdditionExtInfo),FormPackage.getAddition_ExtInfo()
-
setExtInfo
void setExtInfo(AdditionExtInfo value)
Sets the value of the 'Ext Info' containment reference.- Parameters:
value- the new value of the 'Ext Info' containment reference.- See Also:
getExtInfo()
-
-