public interface CollectionEntry extends NullValueHolder
Collection.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
A
String value that will be converted to a corresponding
data type of a property, prior to setting it to this value. |
boolean |
setValue(java.lang.String value)
If value is not null, and a collection entry has a null-value defined,
the null value will be removed and value element will be added.
|
isNullValue, setNullValuegetParsingContext, validategetIdAttribute, setIdAttributegetNodejava.lang.String getValue()
String value that will be converted to a corresponding
data type of a property, prior to setting it to this value.boolean setValue(java.lang.String value)
NullValueHolder.setNullValue(boolean) instead.value -