Package iotmodel
Interface ID
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
IDImpl
public interface ID
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'ID'.
The following features are supported:
- See Also:
IotmodelPackage.getID()
-
Method Summary
Modifier and Type Method Description StringgetID()Returns the value of the 'ID' attribute.StringgetNewAttribute()Returns the value of the 'New Attribute' attribute.voidsetID(String value)Sets the value of the 'ID' attribute.voidsetNewAttribute(String value)Sets the value of the 'New Attribute' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getID
String getID()Returns the value of the 'ID' attribute.- Returns:
- the value of the 'ID' attribute.
- See Also:
setID(String),IotmodelPackage.getID_ID()
-
setID
Sets the value of the 'ID' attribute.- Parameters:
value- the new value of the 'ID' attribute.- See Also:
getID()
-
getNewAttribute
String getNewAttribute()Returns the value of the 'New Attribute' attribute.- Returns:
- the value of the 'New Attribute' attribute.
- See Also:
setNewAttribute(String),IotmodelPackage.getID_NewAttribute()
-
setNewAttribute
Sets the value of the 'New Attribute' attribute.- Parameters:
value- the new value of the 'New Attribute' attribute.- See Also:
getNewAttribute()
-