Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When accessing the acutal property values, one always has to call get() to get the wrapped value. Implement short cut methods:
- getValue(String propertyName)
- getMapped(String propertyName).valueOf(String key)
- getIndexed(String propertyName).valueAt(int index)