Interface StandardAttributeProxy
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,StandardObjectProxy
- All Known Implementing Classes:
StandardAttributeProxyImpl
A representation of the model object 'Standard Attribute Proxy'.
Proxy object that keeps
StandardAttribute and additional information
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptiongetType()Returns the value of the 'Type' containment reference.voidsetType(TypeDescription value) Sets the value of the 'Type' containment reference.Methods 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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods 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 Details
-
getType
TypeDescription getType()Returns the value of the 'Type' containment reference.- Returns:
- the value of the 'Type' containment reference.
- See Also:
-
setType
Sets the value of the 'Type' containment reference.- Parameters:
value- the new value of the 'Type' containment reference.- See Also:
-