public interface HiveType
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ExporterPackage.getHiveType()| Modifier and Type | Method and Description |
|---|---|
HiveConfigurationType |
getConfiguration()
Returns the value of the 'Configuration' containment reference.
|
org.eclipse.emf.common.util.EList<ExportType> |
getExport()
Returns the value of the 'Export' containment reference list.
|
String |
getRef()
Returns the value of the 'Ref' attribute.
|
void |
setConfiguration(HiveConfigurationType value)
Sets the value of the '
Configuration' containment reference. |
void |
setRef(String value)
Sets the value of the '
Ref' attribute. |
HiveConfigurationType getConfiguration()
If the meaning of the 'Configuration' containment reference isn't clear, there really should be more of a description here...
setConfiguration(HiveConfigurationType),
ExporterPackage.getHiveType_Configuration()void setConfiguration(HiveConfigurationType value)
Configuration' containment reference.
value - the new value of the 'Configuration' containment reference.getConfiguration()org.eclipse.emf.common.util.EList<ExportType> getExport()
ExportType.
If the meaning of the 'Export' containment reference list isn't clear, there really should be more of a description here...
ExporterPackage.getHiveType_Export()String getRef()
setRef(String),
ExporterPackage.getHiveType_Ref()