|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ObjectInstance
A representation of the model object 'Object Instance'.
The following features are supported:
DataPackage.getObjectInstance()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
static java.lang.String |
NAME_PREFIX
The prefix of the object instance name if created with DataFactory.createObjectInstance(ObjectClass, ObjectInstanceHandle) |
| Method Summary | |
|---|---|
ObjectInstanceHandle |
getHandle()
Returns the value of the 'Handle' attribute. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
ObjectClass |
getObjectClass()
Returns the value of the 'Object Class' reference. |
Federate |
getRegisteringFederate()
Returns the value of the 'Registering Federate' container reference. |
void |
setHandle(ObjectInstanceHandle value)
Sets the value of the ' Handle' attribute. |
void |
setName(java.lang.String value)
Sets the value of the ' Name' attribute. |
void |
setObjectClass(ObjectClass value)
Sets the value of the ' Object Class' reference. |
void |
setRegisteringFederate(Federate value)
Sets the value of the ' Registering Federate' container reference. |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final java.lang.String copyright
static final java.lang.String NAME_PREFIX
DataFactory.createObjectInstance(ObjectClass, ObjectInstanceHandle)
| Method Detail |
|---|
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
DataPackage.getObjectInstance_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()ObjectClass getObjectClass()
If the meaning of the 'Object Class' reference isn't clear, there really should be more of a description here...
setObjectClass(ObjectClass),
DataPackage.getObjectInstance_ObjectClass()void setObjectClass(ObjectClass value)
Object Class' reference.
value - the new value of the 'Object Class' reference.getObjectClass()Federate getRegisteringFederate()
Registered Object Instances'.
If the meaning of the 'Registering Federate' container reference isn't clear, there really should be more of a description here...
setRegisteringFederate(Federate),
DataPackage.getObjectInstance_RegisteringFederate(),
Federate.getRegisteredObjectInstances()void setRegisteringFederate(Federate value)
Registering Federate' container reference.
value - the new value of the 'Registering Federate' container reference.getRegisteringFederate()ObjectInstanceHandle getHandle()
If the meaning of the 'Handle' attribute isn't clear, there really should be more of a description here...
setHandle(ObjectInstanceHandle),
DataPackage.getObjectInstance_Handle()void setHandle(ObjectInstanceHandle value)
Handle' attribute.
value - the new value of the 'Handle' attribute.getHandle()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||