org.eclipse.modisco.smm.quality
Interface Measurand

All Superinterfaces:
AbstractMeasureElement, SmmElement

public interface Measurand
extends AbstractMeasureElement

A representation of the model object 'Measurand'.

The following features are supported:

See Also:
SmmqualityPackage.getMeasurand()
Generated:
Model:

Method Summary
 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.
 
Methods inherited from interface org.eclipse.modisco.omg.smm.AbstractMeasureElement
getInCategory
 
Methods inherited from interface org.eclipse.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescription
 

Method Detail

getQualifiedName

java.lang.String getQualifiedName()
Returns the value of the 'Qualified Name' attribute.

If the meaning of the 'Qualified Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Qualified Name' attribute.
See Also:
setQualifiedName(String), SmmqualityPackage.getMeasurand_QualifiedName()
Generated:
Model:

setQualifiedName

void setQualifiedName(java.lang.String value)
Sets the value of the 'Qualified Name' attribute.

Parameters:
value - the new value of the 'Qualified Name' attribute.
See Also:
getQualifiedName()
Generated:

getPath

java.lang.String getPath()
Returns the value of the 'Path' attribute.

If the meaning of the 'Path' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Path' attribute.
See Also:
setPath(String), SmmqualityPackage.getMeasurand_Path()
Generated:
Model:

setPath

void setPath(java.lang.String value)
Sets the value of the 'Path' attribute.

Parameters:
value - the new value of the 'Path' attribute.
See Also:
getPath()
Generated: