public abstract class AbstractParamPerUnit extends java.lang.Object implements ParamPerUnit, CalcUnitMessage
ParamPerUnit.PropertyName| Constructor and Description |
|---|
AbstractParamPerUnit() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(java.lang.String propertyName,
java.lang.Object value) |
java.util.Map<java.lang.String,java.lang.Object> |
getAllProperties() |
java.lang.Object |
getProperty(java.lang.String propertyName)
Get property value
|
boolean |
hasProperty(java.lang.String propertyName)
Determine whether a property exists in ParamPerUnit object
|
public java.lang.Object getProperty(java.lang.String propertyName)
ParamPerUnitgetProperty in interface ParamPerUnitpropertyName - the given property namepublic boolean hasProperty(java.lang.String propertyName)
ParamPerUnithasProperty in interface ParamPerUnitpropertyName - the given property namepublic java.util.Map<java.lang.String,java.lang.Object> getAllProperties()
getAllProperties in interface ParamPerUnit