public interface CalibrationConfiguration extends EObject
The following features are supported:
FieldofactivityannotationsPackage.getCalibrationConfiguration()| Modifier and Type | Method and Description |
|---|---|
EList<Component> |
getComponents()
Returns the value of the 'Components' reference list.
|
EList<Interface> |
getInterfaces()
Returns the value of the 'Interfaces' reference list.
|
EList<Module> |
getModules()
Returns the value of the 'Modules' reference list.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
CalibrationSpecification |
getParent()
Returns the value of the 'Parent' container reference.
|
EList<Structure> |
getStructures()
Returns the value of the 'Structures' reference list.
|
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setParent(CalibrationSpecification value)
Sets the value of the '
Parent' container reference. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverString getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
FieldofactivityannotationsPackage.getCalibrationConfiguration_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()CalibrationSpecification getParent()
Calibration Config'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(CalibrationSpecification),
FieldofactivityannotationsPackage.getCalibrationConfiguration_Parent(),
CalibrationSpecification.getCalibrationConfig()void setParent(CalibrationSpecification value)
Parent' container reference.
value - the new value of the 'Parent' container reference.getParent()EList<Component> getComponents()
Component.
If the meaning of the 'Components' reference list isn't clear, there really should be more of a description here...
FieldofactivityannotationsPackage.getCalibrationConfiguration_Components()EList<Module> getModules()
Module.
If the meaning of the 'Modules' reference list isn't clear, there really should be more of a description here...
FieldofactivityannotationsPackage.getCalibrationConfiguration_Modules()EList<Interface> getInterfaces()
Interface.
If the meaning of the 'Interfaces' reference list isn't clear, there really should be more of a description here...
FieldofactivityannotationsPackage.getCalibrationConfiguration_Interfaces()EList<Structure> getStructures()
Structure.
If the meaning of the 'Structures' reference list isn't clear, there really should be more of a description here...
FieldofactivityannotationsPackage.getCalibrationConfiguration_Structures()