org.eclipse.mtj.api.devices
Interface DeviceCapability

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

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

A representation of the model object 'Device Capability'.

The following features are supported:

See Also:
DevicesPackage.getDeviceCapability()

Method Summary
 Capability getName()
          Returns the value of the 'Name' attribute.
 java.lang.String getValue()
          Returns the value of the 'Value' attribute.
 void setName(Capability value)
          Sets the value of the 'Name' attribute.
 void setValue(java.lang.String value)
          Sets the value of the 'Value' 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

getName

Capability getName()
Returns the value of the 'Name' attribute. The literals are from the enumeration Capability.

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:
Capability, setName(Capability), DevicesPackage.getDeviceCapability_Name()

setName

void setName(Capability value)
Sets the value of the 'Name' attribute.

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

getValue

java.lang.String getValue()
Returns the value of the 'Value' attribute.

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

Returns:
the value of the 'Value' attribute.
See Also:
setValue(String), DevicesPackage.getDeviceCapability_Value()

setValue

void setValue(java.lang.String value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()