Package tech.ytsaurus.ysontree
Interface YTreeBooleanNode
-
- All Superinterfaces:
YTreeNode
,YTreeScalarNode<java.lang.Boolean>
- All Known Implementing Classes:
YTreeBooleanNodeImpl
public interface YTreeBooleanNode extends YTreeScalarNode<java.lang.Boolean>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getValue()
boolean
setValue(boolean value)
-
Methods inherited from interface tech.ytsaurus.ysontree.YTreeNode
asList, asMap, attributeKeys, attributeValues, booleanNode, boolValue, bytesValue, cast, clearAttributes, containsAttribute, containsAttributes, doubleNode, doubleValue, entityNode, floatValue, getAttribute, getAttributeOrThrow, getAttributeOrThrow, getAttributes, integerNode, intValue, isBooleanNode, isDoubleNode, isEntityNode, isIntegerNode, isListNode, isMapNode, isStringNode, listNode, longValue, mapNode, putAttribute, removeAttribute, scalarNode, stringNode, stringValue, toBinary
-
Methods inherited from interface tech.ytsaurus.ysontree.YTreeScalarNode
getBoxedValue
-
-