public interface Measurand extends AbstractMeasureElement
The following features are supported:
SmmqualityPackage.getMeasurand()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPath()
Returns the value of the 'Path' attribute.
|
java.lang.String |
getQualifiedName()
Returns the value of the 'Qualified Name' attribute.
|
void |
setPath(java.lang.String value)
Sets the value of the '
Path' attribute. |
void |
setQualifiedName(java.lang.String value)
Sets the value of the '
Qualified Name' attribute. |
getInCategorygetAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescriptionjava.lang.String getQualifiedName()
If the meaning of the 'Qualified Name' attribute isn't clear, there really should be more of a description here...
setQualifiedName(String),
SmmqualityPackage.getMeasurand_QualifiedName()void setQualifiedName(java.lang.String value)
Qualified Name' attribute.
value - the new value of the 'Qualified Name' attribute.getQualifiedName()java.lang.String getPath()
If the meaning of the 'Path' attribute isn't clear, there really should be more of a description here...
setPath(String),
SmmqualityPackage.getMeasurand_Path()