Uses of Interface
org.eclipse.mtj.api.devices.ConfigurationValue

Packages that use ConfigurationValue
org.eclipse.mtj.api.devices   
org.eclipse.mtj.api.devices.impl   
org.eclipse.mtj.api.devices.util   
 

Uses of ConfigurationValue in org.eclipse.mtj.api.devices
 

Methods in org.eclipse.mtj.api.devices that return ConfigurationValue
 ConfigurationValue DevicesFactory.createConfigurationValue()
          Returns a new object of class 'Configuration Value'.
 

Uses of ConfigurationValue in org.eclipse.mtj.api.devices.impl
 

Classes in org.eclipse.mtj.api.devices.impl that implement ConfigurationValue
 class ConfigurationValueImpl
          An implementation of the model object 'Configuration Value'.
 

Methods in org.eclipse.mtj.api.devices.impl that return ConfigurationValue
 ConfigurationValue DevicesFactoryImpl.createConfigurationValue()
           
 

Uses of ConfigurationValue in org.eclipse.mtj.api.devices.util
 

Methods in org.eclipse.mtj.api.devices.util with parameters of type ConfigurationValue
 java.lang.Object DevicesSwitch.caseConfigurationValue(ConfigurationValue object)
          Returns the result of interpretting the object as an instance of 'Configuration Value'.