org.eclipse.mtj.api.runtimes
Interface DeviceProfile

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
DeviceProfileImpl

public interface DeviceProfile
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Device Profile'.

The following features are supported:

See Also:
RuntimesPackage.getDeviceProfile()

Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 org.eclipse.emf.common.util.EList getServiceApis()
          Returns the value of the 'Service Apis' containment reference list.
 java.lang.String getVersion()
          Returns the value of the 'Version' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setVersion(java.lang.String value)
          Sets the value of the 'Version' attribute.
 
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
 

Method Detail

getServiceApis

org.eclipse.emf.common.util.EList getServiceApis()
Returns the value of the 'Service Apis' containment reference list. The list contents are of type ServiceApi.

If the meaning of the 'Service Apis' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Service Apis' containment reference list.
See Also:
RuntimesPackage.getDeviceProfile_ServiceApis()

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), RuntimesPackage.getDeviceProfile_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getVersion

java.lang.String getVersion()
Returns the value of the 'Version' attribute.

If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Version' attribute.
See Also:
setVersion(String), RuntimesPackage.getDeviceProfile_Version()

setVersion

void setVersion(java.lang.String value)
Sets the value of the 'Version' attribute.

Parameters:
value - the new value of the 'Version' attribute.
See Also:
getVersion()