public abstract class AbstractParamPerUnit extends java.lang.Object implements ParamPerUnit, CalcUnitMessage
ParamPerUnit.PropertyName
Constructor and Description |
---|
AbstractParamPerUnit() |
Modifier and Type | Method and Description |
---|---|
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)
ParamPerUnit
getProperty
in interface ParamPerUnit
propertyName
- the given property namepublic boolean hasProperty(java.lang.String propertyName)
ParamPerUnit
hasProperty
in interface ParamPerUnit
propertyName
- the given property name