public interface ArduinoPackage
extends org.eclipse.emf.ecore.EPackage
ArduinoFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
ArduinoPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each operation of each class,
each enum,
and each data type
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ARDUINO_CONNECTION
The meta object id for the '
Connection' class. |
static int |
ARDUINO_CONNECTION__ENDPOINT
The feature id for the 'Endpoint' reference.
|
static int |
ARDUINO_CONNECTION__NAME
The feature id for the 'Name' attribute.
|
static int |
ARDUINO_CONNECTION__SHORT_DESCRIPTION
The feature id for the 'Short Description' attribute.
|
static int |
ARDUINO_CONNECTION_FEATURE_COUNT
The number of structural features of the 'Connection' class.
|
static int |
ARDUINO_CONNECTION_OPERATION_COUNT
The number of operations of the 'Connection' class.
|
static int |
ARDUINO_DEVICE
The meta object id for the '
Device' class. |
static int |
ARDUINO_DEVICE__NAME
The feature id for the 'Name' attribute.
|
static int |
ARDUINO_DEVICE__NODE
The feature id for the 'Node' container reference.
|
static int |
ARDUINO_DEVICE__PORT
The feature id for the 'Port' attribute.
|
static int |
ARDUINO_DEVICE__SHORT_DESCRIPTION
The feature id for the 'Short Description' attribute.
|
static int |
ARDUINO_DEVICE_FEATURE_COUNT
The number of structural features of the 'Device' class.
|
static int |
ARDUINO_DEVICE_OPERATION_COUNT
The number of operations of the 'Device' class.
|
static int |
ARDUINO_DRIVER
The meta object id for the '
Driver' class. |
static int |
ARDUINO_DRIVER___GET_ENDPOINTS
The operation id for the 'Get Endpoints' operation.
|
static int |
ARDUINO_DRIVER___GET_PROFILE
The operation id for the 'Get Profile' operation.
|
static int |
ARDUINO_DRIVER__ARDUINO_CONNECTIONS
The feature id for the 'Arduino Connections' containment reference list.
|
static int |
ARDUINO_DRIVER__CONNECTIONS
The feature id for the 'Connections' containment reference list.
|
static int |
ARDUINO_DRIVER__CUSTOMIZATION_PROFILE
The feature id for the 'Customization Profile' containment reference.
|
static int |
ARDUINO_DRIVER__EXPORTER
The feature id for the 'Exporter' containment reference list.
|
static int |
ARDUINO_DRIVER__MODULES
The feature id for the 'Modules' containment reference list.
|
static int |
ARDUINO_DRIVER__NAME
The feature id for the 'Name' attribute.
|
static int |
ARDUINO_DRIVER__SECURITY_CONFIGURATION
The feature id for the 'Security Configuration' reference.
|
static int |
ARDUINO_DRIVER__SHORT_DESCRIPTION
The feature id for the 'Short Description' attribute.
|
static int |
ARDUINO_DRIVER_FEATURE_COUNT
The number of structural features of the 'Driver' class.
|
static int |
ARDUINO_DRIVER_OPERATION_COUNT
The number of operations of the 'Driver' class.
|
static ArduinoPackage |
eINSTANCE
The singleton instance of the package.
|
static String |
eNAME
The package name.
|
static String |
eNS_PREFIX
The package namespace name.
|
static String |
eNS_URI
The package namespace URI.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EReference |
getArduinoConnection_Endpoint()
Returns the meta object for the reference '
Endpoint'. |
org.eclipse.emf.ecore.EClass |
getArduinoConnection()
Returns the meta object for class '
Connection'. |
org.eclipse.emf.ecore.EAttribute |
getArduinoDevice_Port()
Returns the meta object for the attribute '
Port'. |
org.eclipse.emf.ecore.EClass |
getArduinoDevice()
Returns the meta object for class '
Device'. |
org.eclipse.emf.ecore.EReference |
getArduinoDriver_ArduinoConnections()
Returns the meta object for the containment reference list '
Arduino Connections'. |
org.eclipse.emf.ecore.EClass |
getArduinoDriver()
Returns the meta object for class '
Driver'. |
ArduinoFactory |
getArduinoFactory()
Returns the factory that creates the instances of the model.
|
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIgetEAnnotation, getEAnnotationsstatic final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final ArduinoPackage eINSTANCE
static final int ARDUINO_DRIVER
Driver' class.
static final int ARDUINO_DRIVER__SHORT_DESCRIPTION
static final int ARDUINO_DRIVER__NAME
static final int ARDUINO_DRIVER__CONNECTIONS
static final int ARDUINO_DRIVER__EXPORTER
static final int ARDUINO_DRIVER__CUSTOMIZATION_PROFILE
static final int ARDUINO_DRIVER__SECURITY_CONFIGURATION
static final int ARDUINO_DRIVER__MODULES
static final int ARDUINO_DRIVER__ARDUINO_CONNECTIONS
static final int ARDUINO_DRIVER_FEATURE_COUNT
static final int ARDUINO_DRIVER___GET_ENDPOINTS
static final int ARDUINO_DRIVER___GET_PROFILE
static final int ARDUINO_DRIVER_OPERATION_COUNT
static final int ARDUINO_CONNECTION
Connection' class.
static final int ARDUINO_CONNECTION__SHORT_DESCRIPTION
static final int ARDUINO_CONNECTION__NAME
static final int ARDUINO_CONNECTION__ENDPOINT
static final int ARDUINO_CONNECTION_FEATURE_COUNT
static final int ARDUINO_CONNECTION_OPERATION_COUNT
static final int ARDUINO_DEVICE
Device' class.
static final int ARDUINO_DEVICE__SHORT_DESCRIPTION
static final int ARDUINO_DEVICE__NAME
static final int ARDUINO_DEVICE__NODE
static final int ARDUINO_DEVICE__PORT
static final int ARDUINO_DEVICE_FEATURE_COUNT
static final int ARDUINO_DEVICE_OPERATION_COUNT
org.eclipse.emf.ecore.EClass getArduinoDriver()
Driver'.
ArduinoDriverorg.eclipse.emf.ecore.EReference getArduinoDriver_ArduinoConnections()
Arduino Connections'.
ArduinoDriver.getArduinoConnections(),
getArduinoDriver()org.eclipse.emf.ecore.EClass getArduinoConnection()
Connection'.
ArduinoConnectionorg.eclipse.emf.ecore.EReference getArduinoConnection_Endpoint()
Endpoint'.
ArduinoConnection.getEndpoint(),
getArduinoConnection()org.eclipse.emf.ecore.EClass getArduinoDevice()
Device'.
ArduinoDeviceorg.eclipse.emf.ecore.EAttribute getArduinoDevice_Port()
Port'.
ArduinoDevice.getPort(),
getArduinoDevice()ArduinoFactory getArduinoFactory()