public interface CalibrationSpecification extends EObject
The following features are supported:
FieldofactivityannotationsPackage.getCalibrationSpecification()
Modifier and Type | Method and Description |
---|---|
EList<CalibrationConfiguration> |
getCalibrationConfig()
Returns the value of the 'Calibration Config' containment reference list.
|
FieldOfActivityAnnotationRepository |
getParent()
Returns the value of the 'Parent' container reference.
|
Role |
getRole()
Returns the value of the 'Role' reference.
|
void |
setParent(FieldOfActivityAnnotationRepository value)
Sets the value of the '
Parent ' container reference. |
void |
setRole(Role value)
Sets the value of the '
Role ' reference. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
FieldOfActivityAnnotationRepository getParent()
Calibration Specification
'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(FieldOfActivityAnnotationRepository)
,
FieldofactivityannotationsPackage.getCalibrationSpecification_Parent()
,
FieldOfActivityAnnotationRepository.getCalibrationSpecification()
void setParent(FieldOfActivityAnnotationRepository value)
Parent
' container reference.
value
- the new value of the 'Parent' container reference.getParent()
Role getRole()
If the meaning of the 'Role' reference isn't clear, there really should be more of a description here...
setRole(Role)
,
FieldofactivityannotationsPackage.getCalibrationSpecification_Role()
void setRole(Role value)
Role
' reference.
value
- the new value of the 'Role' reference.getRole()
EList<CalibrationConfiguration> getCalibrationConfig()
CalibrationConfiguration
.
It is bidirectional and its opposite is 'Parent
'.
If the meaning of the 'Calibration Config' containment reference list isn't clear, there really should be more of a description here...
FieldofactivityannotationsPackage.getCalibrationSpecification_CalibrationConfig()
,
CalibrationConfiguration.getParent()