org.eclipse.mtj.api.devices
Interface ConfigurationItem

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

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

A representation of the model object 'Configuration Item'.

The following features are supported:

See Also:
DevicesPackage.getConfigurationItem()

Method Summary
 java.lang.String getDescription()
          Returns the value of the 'Description' attribute.
 java.lang.String getLabel()
          Returns the value of the 'Label' attribute.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 org.eclipse.emf.common.util.EList getValidValues()
          Returns the value of the 'Valid Values' containment reference list.
 java.lang.String getValue()
          Returns the value of the 'Value' attribute.
 void setDescription(java.lang.String value)
          Sets the value of the 'Description' attribute.
 void setLabel(java.lang.String value)
          Sets the value of the 'Label' attribute.
 void setName(java.lang.String 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

getValidValues

org.eclipse.emf.common.util.EList getValidValues()
Returns the value of the 'Valid Values' containment reference list. The list contents are of type ConfigurationValue.

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

Returns:
the value of the 'Valid Values' containment reference list.
See Also:
DevicesPackage.getConfigurationItem_ValidValues()

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), DevicesPackage.getConfigurationItem_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()

getLabel

java.lang.String getLabel()
Returns the value of the 'Label' attribute.

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

Returns:
the value of the 'Label' attribute.
See Also:
setLabel(String), DevicesPackage.getConfigurationItem_Label()

setLabel

void setLabel(java.lang.String value)
Sets the value of the 'Label' attribute.

Parameters:
value - the new value of the 'Label' attribute.
See Also:
getLabel()

getDescription

java.lang.String getDescription()
Returns the value of the 'Description' attribute.

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

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), DevicesPackage.getConfigurationItem_Description()

setDescription

void setDescription(java.lang.String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()

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.getConfigurationItem_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()