|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DevicesFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
DevicesPackage| Field Summary | |
|---|---|
static DevicesFactory |
eINSTANCE
The singleton instance of the factory. |
| Method Summary | |
|---|---|
Configuration |
createConfiguration()
Returns a new object of class 'Configuration'. |
ConfigurationError |
createConfigurationError()
Returns a new object of class 'Configuration Error'. |
ConfigurationItem |
createConfigurationItem()
Returns a new object of class 'Configuration Item'. |
ConfigurationValue |
createConfigurationValue()
Returns a new object of class 'Configuration Value'. |
Device |
createDevice()
Returns a new object of class 'Device'. |
DeviceCapability |
createDeviceCapability()
Returns a new object of class 'Device Capability'. |
DeviceDescription |
createDeviceDescription()
Returns a new object of class 'Device Description'. |
DeviceFeature |
createDeviceFeature()
Returns a new object of class 'Device Feature'. |
DeviceGroup |
createDeviceGroup()
Returns a new object of class 'Device Group'. |
DevicePlatform |
createDevicePlatform()
Returns a new object of class 'Device Platform'. |
Permission |
createPermission()
Returns a new object of class 'Permission'. |
ProtectionDomain |
createProtectionDomain()
Returns a new object of class 'Protection Domain'. |
DevicesPackage |
getDevicesPackage()
Returns the package supported by this factory. |
| Methods inherited from interface org.eclipse.emf.ecore.EFactory |
|---|
convertToString, create, createFromString, getEPackage, setEPackage |
| Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
|---|
getEAnnotation, getEAnnotations |
| 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 |
| Field Detail |
|---|
static final DevicesFactory eINSTANCE
| Method Detail |
|---|
DevicePlatform createDevicePlatform()
Device createDevice()
Configuration createConfiguration()
ConfigurationItem createConfigurationItem()
ConfigurationError createConfigurationError()
ProtectionDomain createProtectionDomain()
Permission createPermission()
DeviceDescription createDeviceDescription()
DeviceCapability createDeviceCapability()
DeviceFeature createDeviceFeature()
DeviceGroup createDeviceGroup()
ConfigurationValue createConfigurationValue()
DevicesPackage getDevicesPackage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||