public interface ValueNodeContainer
Modifier and Type | Method and Description |
---|---|
ValueNodeContainer |
addNull(FieldType type) |
ValueNodeContainer |
addValue(FieldType type,
Object value) |
ValueNodeContainer |
addValue(Object value) |
boolean |
hasValue()
Returns
true if this container has had any value added, including null . |
ValueNodeContainer addValue(FieldType type, Object value)
ValueNodeContainer addValue(Object value)
ValueNodeContainer addNull(FieldType type)
boolean hasValue()
true
if this container has had any value added, including null
.
Otherwise, it returns false
.Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.