public class LeafListNodeDataWithSchema extends CompositeNodeDataWithSchema
Represents a YANG leaf-list node.
| Constructor and Description |
|---|
LeafListNodeDataWithSchema(DataSchemaNode schema) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(NormalizedNodeStreamWriter writer)
Emit this node's events into the specified writer.
|
addChild, addChild, childSizeHint, getNodeIdentifierForAugmentationequals, getAttributes, getSchema, hashCode, provideNodeIdentifier, setAttributespublic LeafListNodeDataWithSchema(DataSchemaNode schema)
public void write(NormalizedNodeStreamWriter writer) throws IOException
AbstractNodeDataWithSchemawrite in class CompositeNodeDataWithSchemawriter - Target writerIOException - reported when thrown by the writer.Copyright © 2019 OpenDaylight. All rights reserved.