Package | Description |
---|---|
org.joda.beans.impl.flexi |
Implementation of Joda-Beans as a flexible map of data.
|
Modifier and Type | Method and Description |
---|---|
FlexiBean |
FlexiBean.append(String propertyName,
Object newValue)
Adds or updates a property returning
this for chaining. |
Modifier and Type | Method and Description |
---|---|
void |
FlexiBean.putAll(FlexiBean other)
Puts the properties in the specified bean into this bean.
|
Constructor and Description |
---|
FlexiBean(FlexiBean copyFrom)
Constructor that copies all the data entries from the specified bean.
|
Copyright © 2007–2013 Joda.org. All rights reserved.