Interface StandardObjectProxy

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
StandardAttributeProxy, StandardTabularSectionDescriptionProxy
All Known Implementing Classes:
StandardAttributeProxyImpl, StandardObjectProxyImpl, StandardTabularSectionDescriptionProxyImpl

public interface StandardObjectProxy extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Standard Object Proxy'. Proxy object that keeps standard object and additional information

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.emf.ecore.EObject
    Returns the value of the 'Context Object' reference.
    Returns the value of the 'Name' attribute.
    Returns the value of the 'Name Ru' attribute.
    org.eclipse.emf.ecore.EObject
    Returns the value of the 'Owner' reference.
    org.eclipse.emf.ecore.EObject
    Returns the value of the 'Standard Object' reference.
    boolean
    Returns the value of the 'Read Only' attribute.
    void
    setContextObject(org.eclipse.emf.ecore.EObject value)
    Sets the value of the 'Context Object' reference.
    void
    setName(String value)
    Sets the value of the 'Name' attribute.
    void
    Sets the value of the 'Name Ru' attribute.
    void
    setOwner(org.eclipse.emf.ecore.EObject value)
    Sets the value of the 'Owner' reference.
    void
    setReadOnly(boolean value)
    Sets the value of the 'Read Only' attribute.
    void
    setStandardObject(org.eclipse.emf.ecore.EObject value)
    Sets the value of the 'Standard Object' 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