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 informationThe following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.EObject
getContextObject()
Returns the value of the 'Context Object' reference.String
getName()
Returns the value of the 'Name' attribute.String
getNameRu()
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
getStandardObject()
Returns the value of the 'Standard Object' reference.boolean
isReadOnly()
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
setNameRu(String value)
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.
-
-
-
Method Detail
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,SAttributePackage.getStandardObjectProxy_Name()
-
setName
void setName(String value)
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
getName()
-
getNameRu
String getNameRu()
Returns the value of the 'Name Ru' attribute.- Returns:
- the value of the 'Name Ru' attribute.
- See Also:
setNameRu(String)
,SAttributePackage.getStandardObjectProxy_NameRu()
-
setNameRu
void setNameRu(String value)
Sets the value of the 'Name Ru
' attribute.- Parameters:
value
- the new value of the 'Name Ru' attribute.- See Also:
getNameRu()
-
isReadOnly
boolean isReadOnly()
Returns the value of the 'Read Only' attribute.- Returns:
- the value of the 'Read Only' attribute.
- See Also:
setReadOnly(boolean)
,SAttributePackage.getStandardObjectProxy_ReadOnly()
-
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:
isReadOnly()
-
getOwner
org.eclipse.emf.ecore.EObject getOwner()
Returns the value of the 'Owner' reference.- Returns:
- the value of the 'Owner' reference.
- See Also:
setOwner(EObject)
,SAttributePackage.getStandardObjectProxy_Owner()
-
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:
getOwner()
-
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(EObject)
,SAttributePackage.getStandardObjectProxy_StandardObject()
-
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:
getStandardObject()
-
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(EObject)
,SAttributePackage.getStandardObjectProxy_ContextObject()
-
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:
getContextObject()
-
-