java.lang.Object
io.xpipe.core.data.node.DataStructureNode
io.xpipe.core.data.node.ValueNode
io.xpipe.core.data.node.SimpleValueNode
- All Implemented Interfaces:
Iterable<DataStructureNode>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.xpipe.core.data.node.DataStructureNode
DataStructureNode.KeyValue -
Field Summary
Fields inherited from class io.xpipe.core.data.node.DataStructureNode
BOOLEAN_FALSE, BOOLEAN_TRUE, CURRENCY_CODE, DATE_VALUE, DECIMAL_VALUE, INTEGER_VALUE, IS_BINARY, IS_BOOLEAN, IS_CURRENCY, IS_DATE, IS_DECIMAL, IS_INSTANT, IS_INTEGER, IS_NULL, IS_TEXT, KEY_ROW_NAME, KEY_TABLE_NAME -
Method Summary
Methods inherited from class io.xpipe.core.data.node.ValueNode
asInt, determineDataType, equals, getName, hashCode, isValue, nullValue, of, of, ofBoolean, ofBytes, ofCurrency, ofDate, ofDecimal, ofDecimal, ofDecimal, ofDecimal, ofInteger, ofInteger, ofInteger, ofInteger, ofTextMethods inherited from class io.xpipe.core.data.node.DataStructureNode
asArray, asTuple, asValue, at, clear, clearMetaAttributes, forEach, forKey, forKeyIfPresent, getKeyNames, getKeyValuePairs, getMetaAttribute, getMetaAttributes, getNodes, hasMetaAttribute, isArray, isTuple, iterator, keyNameAt, metaToString, mutable, put, put, remove, remove, set, size, spliterator, stream, tag, tag, tag, toString, unsupported
-
Method Details
-
getRawData
public byte[] getRawData()- Specified by:
getRawDatain classValueNode
-
asString
- Overrides:
asStringin classDataStructureNode
-
toString
- Specified by:
toStringin classDataStructureNode
-
isMutable
public boolean isMutable()- Specified by:
isMutablein classDataStructureNode
-