Interface StandardAttributeProxy
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,StandardObjectProxy
- All Known Implementing Classes:
StandardAttributeProxyImpl
public interface StandardAttributeProxy extends StandardObjectProxy
A representation of the model object 'Standard Attribute Proxy'. Proxy object that keepsStandardAttributeand additional informationThe following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypeDescriptiongetType()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, 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
-
getType
TypeDescription getType()
Returns the value of the 'Type' containment reference.- Returns:
- the value of the 'Type' containment reference.
- See Also:
setType(TypeDescription),SAttributePackage.getStandardAttributeProxy_Type()
-
setType
void setType(TypeDescription value)
Sets the value of the 'Type' containment reference.- Parameters:
value- the new value of the 'Type' containment reference.- See Also:
getType()
-
-