org.eclipse.mtj.api.devices
Interface DeviceDescription

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

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

A representation of the model object 'Device Description'.

The following features are supported:

See Also:
DevicesPackage.getDeviceDescription()

Method Summary
 org.eclipse.emf.common.util.EList getCapabilities()
          Returns the value of the 'Capabilities' containment reference list.
 org.eclipse.emf.common.util.EList getFeatures()
          Returns the value of the 'Features' containment reference list.
 java.lang.String getIdentifier()
          Returns the value of the 'Identifier' attribute.
 void setIdentifier(java.lang.String value)
          Sets the value of the 'Identifier' 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

getCapabilities

org.eclipse.emf.common.util.EList getCapabilities()
Returns the value of the 'Capabilities' containment reference list. The list contents are of type DeviceCapability.

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

Returns:
the value of the 'Capabilities' containment reference list.
See Also:
DevicesPackage.getDeviceDescription_Capabilities()

getFeatures

org.eclipse.emf.common.util.EList getFeatures()
Returns the value of the 'Features' containment reference list. The list contents are of type DeviceFeature.

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

Returns:
the value of the 'Features' containment reference list.
See Also:
DevicesPackage.getDeviceDescription_Features()

getIdentifier

java.lang.String getIdentifier()
Returns the value of the 'Identifier' attribute. The identifier consists of the vendor and devicename. The structure is [vendor]/[devicename].

Returns:
the value of the 'Identifier' attribute.
See Also:
setIdentifier(String), DevicesPackage.getDeviceDescription_Identifier()

setIdentifier

void setIdentifier(java.lang.String value)
Sets the value of the 'Identifier' attribute.

Parameters:
value - the new value of the 'Identifier' attribute.
See Also:
getIdentifier()