Interface StandardTabularSectionDescriptionProxy
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,StandardObjectProxy
- All Known Implementing Classes:
StandardTabularSectionDescriptionProxyImpl
public interface StandardTabularSectionDescriptionProxy extends StandardObjectProxy
A representation of the model object 'Standard Tabular Section Description Proxy'. Proxy object that keepsStandardTabularSectionDescription
and additional informationThe following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StandardTabularPart
getStandardTabularPart()
Returns the value of the 'Standard Tabular Part' reference.void
setStandardTabularPart​(StandardTabularPart value)
Sets the value of the 'Standard Tabular Part
' 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
-
Methods inherited from interface com._1c.g5.v8.dt.md.ui.sattribute.StandardObjectProxy
getContextObject, getName, getNameRu, getOwner, getStandardObject, isReadOnly, setContextObject, setName, setNameRu, setOwner, setReadOnly, setStandardObject
-
-
-
-
Method Detail
-
getStandardTabularPart
StandardTabularPart getStandardTabularPart()
Returns the value of the 'Standard Tabular Part' reference.- Returns:
- the value of the 'Standard Tabular Part' reference.
- See Also:
setStandardTabularPart(StandardTabularPart)
,SAttributePackage.getStandardTabularSectionDescriptionProxy_StandardTabularPart()
-
setStandardTabularPart
void setStandardTabularPart​(StandardTabularPart value)
Sets the value of the 'Standard Tabular Part
' reference.- Parameters:
value
- the new value of the 'Standard Tabular Part' reference.- See Also:
getStandardTabularPart()
-
-