Package com.seeq.model
Class PropertyInputV1
java.lang.Object
com.seeq.model.PropertyInputV1
PropertyInputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
The unit of measure to apply to this property's value.getValue()
The value to assign to this property.int
hashCode()
void
setUnitOfMeasure
(String unitOfMeasure) void
toString()
unitOfMeasure
(String unitOfMeasure)
-
Constructor Details
-
PropertyInputV1
public PropertyInputV1()
-
-
Method Details
-
unitOfMeasure
-
getUnitOfMeasure
The unit of measure to apply to this property's value. If no unit of measure is set, the value is assumed to be unitless. If specified, a value must also be supplied. (If specifying a calculation rather than a value, do not specify the unit of measure as it will be determined from the calculation.)- Returns:
- unitOfMeasure
-
setUnitOfMeasure
-
value
-
getValue
The value to assign to this property.- Returns:
- value
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-