public interface ParamPerUnit
Modifier and Type | Interface and Description |
---|---|
static class |
ParamPerUnit.PropertyName |
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
|
java.lang.Object getProperty(java.lang.String propertyName)
propertyName
- the given property nameboolean hasProperty(java.lang.String propertyName)
propertyName
- the given property name