public interface InstanceIdentifiable
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
String |
getInstanceId()
Returns the value of the 'Instance Id' attribute.
|
int |
getInstancenumber()
Returns the value of the 'Instancenumber' attribute.
|
void |
setInstanceId(String value)
Sets the value of the '
Instance Id' attribute. |
void |
setInstancenumber(int value)
Sets the value of the '
Instancenumber' attribute. |
String getInstanceId()
If the meaning of the 'Instance Id' attribute isn't clear, there really should be more of a description here...
setInstanceId(String),
SofiaInstancePackage.getInstanceIdentifiable_InstanceId()void setInstanceId(String value)
Instance Id' attribute.
value - the new value of the 'Instance Id' attribute.getInstanceId()int getInstancenumber()
If the meaning of the 'Instancenumber' attribute isn't clear, there really should be more of a description here...
setInstancenumber(int),
SofiaInstancePackage.getInstanceIdentifiable_Instancenumber()void setInstancenumber(int value)
Instancenumber' attribute.
value - the new value of the 'Instancenumber' attribute.getInstancenumber()Copyright © 2018. All rights reserved.