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:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EObject
Returns the value of the 'Context Object' reference.getName()
Returns the value of the 'Name' attribute.Returns the value of the 'Name Ru' attribute.org.eclipse.emf.ecore.EObject
getOwner()
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
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
-
Method Details
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
-
getNameRu
String getNameRu()Returns the value of the 'Name Ru' attribute.- Returns:
- the value of the 'Name Ru' attribute.
- See Also:
-
setNameRu
Sets the value of the 'Name Ru
' attribute.- Parameters:
value
- the new value of the 'Name Ru' attribute.- See Also:
-
isReadOnly
boolean isReadOnly()Returns the value of the 'Read Only' attribute.- Returns:
- the value of the 'Read Only' attribute.
- See Also:
-
setReadOnly
void setReadOnly(boolean value) Sets the value of the 'Read Only
' attribute.- Parameters:
value
- the new value of the 'Read Only' attribute.- See Also:
-
getOwner
org.eclipse.emf.ecore.EObject getOwner()Returns the value of the 'Owner' reference.- Returns:
- the value of the 'Owner' reference.
- See Also:
-
setOwner
void setOwner(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Owner
' reference.- Parameters:
value
- the new value of the 'Owner' reference.- See Also:
-
getStandardObject
org.eclipse.emf.ecore.EObject getStandardObject()Returns the value of the 'Standard Object' reference.- Returns:
- the value of the 'Standard Object' reference.
- See Also:
-
setStandardObject
void setStandardObject(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Standard Object
' reference.- Parameters:
value
- the new value of the 'Standard Object' reference.- See Also:
-
getContextObject
org.eclipse.emf.ecore.EObject getContextObject()Returns the value of the 'Context Object' reference. * The context object, e.g. MdObject- Returns:
- the value of the 'Context Object' reference.
- See Also:
-
setContextObject
void setContextObject(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Context Object
' reference.- Parameters:
value
- the new value of the 'Context Object' reference.- See Also:
-