|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Measurement
A Measurement is a quantity with a unit.
| Method Summary | |
|---|---|
java.lang.String |
getKindCV()
Returns the value of this Measurement object's kindCV attribute. |
java.lang.String |
getOtherKind()
Returns the value of this Measurement object's otherKind attribute. |
java.lang.String |
getType()
Returns the value of this Measurement object's type attribute. |
Unit |
getUnit()
Returns the value of this Measurement object's unit attribute. |
java.lang.String |
getValue()
Returns the value of this Measurement object's value attribute. |
void |
setKindCV(java.lang.String p_kindCV)
Sets the kindCV attribute. |
void |
setOtherKind(java.lang.String p_otherKind)
Sets the otherKind attribute. |
void |
setType(java.lang.String p_type)
Sets the type attribute. |
void |
setUnit(Unit p_unit)
Sets the unit attribute. |
void |
setValue(java.lang.String p_value)
Sets the value attribute. |
| Methods inherited from interface gov.nih.nci.mageom.domain.Extendable |
|---|
getPropertySets, setPropertySets |
| Method Detail |
|---|
void setType(java.lang.String p_type)
Measurement object.
p_type - The new value for type.getType()java.lang.String getType()
Measurement object's type attribute.
Description of type:
The type of measurement, for instance if the measurement is five feet, it can be either absolute (five
feet tall) or change (five feet further along).
enum {absolute,change} The value of type.void setValue(java.lang.String p_value)
Measurement object.
p_value - The new value for value.getValue()java.lang.String getValue()
Measurement object's value attribute.
Description of value:
The value of the measurement. kindCV (and otherKind) determine with Unit the datatype of value.
any The value of value.void setKindCV(java.lang.String p_kindCV)
Measurement object.
p_kindCV - The new value for kindCV.getKindCV()java.lang.String getKindCV()
Measurement object's kindCV attribute.
Description of kindCV:
One of the enumeration values to determine the controlled vocabulary of the value.
enum {time,distance,temperature,quantity,mass,volume,concentration,other} The value of kindCV.void setOtherKind(java.lang.String p_otherKind)
Measurement object.
p_otherKind - The new value for otherKind.getOtherKind()java.lang.String getOtherKind()
Measurement object's otherKind attribute.
Description of otherKind:
Name of the controlled vocabulary if it isn't one of the Unit subclasses.
String The value of otherKind.void setUnit(Unit p_unit)
Measurement object.
p_unit - The new value for unit.getUnit()Unit getUnit()
Measurement object's unit attribute.
gov.nih.nci.mageom.bean.Measurement.Unit The value of unit.Unit
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||