| Modifier and Type | Method and Description |
|---|---|
HiveConfigurationType |
ExporterFactory.createHiveConfigurationType()
Returns a new object of class 'Hive Configuration Type'.
|
HiveConfigurationType |
HiveType.getConfiguration()
Returns the value of the 'Configuration' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
Hive |
HiveFactory.createHive(String reference,
HiveConfigurationType configuration)
Create a new hive based on the reference and the configuration
|
Hive |
ServiceLoaderHiveFactory.createHive(String reference,
HiveConfigurationType configuration) |
protected Object |
AbstractHiveFactory.getConfigurationData(HiveConfigurationType configuration) |
void |
HiveType.setConfiguration(HiveConfigurationType value)
Sets the value of the '
Configuration' containment reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
HiveConfigurationTypeImpl
An implementation of the model object 'Hive Configuration Type'.
|
| Modifier and Type | Field and Description |
|---|---|
protected HiveConfigurationType |
HiveTypeImpl.configuration
The cached value of the '
Configuration' containment reference. |
| Modifier and Type | Method and Description |
|---|---|
HiveConfigurationType |
ExporterFactoryImpl.createHiveConfigurationType() |
HiveConfigurationType |
HiveTypeImpl.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
HiveTypeImpl.basicSetConfiguration(HiveConfigurationType newConfiguration,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
HiveTypeImpl.setConfiguration(HiveConfigurationType newConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
Hive |
BundleContextHiveFactory.createHive(String reference,
HiveConfigurationType configuration) |
| Modifier and Type | Method and Description |
|---|---|
T |
ExporterSwitch.caseHiveConfigurationType(HiveConfigurationType object)
Returns the result of interpreting the object as an instance of 'Hive Configuration Type'.
|
Copyright © 2015 Eclipse SCADA Project. All rights reserved.