public class ListNodeDataWithSchema extends CompositeNodeDataWithSchema<ListSchemaNode>
Represents a YANG list node.
| Constructor and Description |
|---|
ListNodeDataWithSchema(ListSchemaNode 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 ListNodeDataWithSchema(ListSchemaNode schema)
public void write(NormalizedNodeStreamWriter writer) throws IOException
AbstractNodeDataWithSchemawrite in class CompositeNodeDataWithSchema<ListSchemaNode>writer - Target writerIOException - reported when thrown by the writer.Copyright © 2019 OpenDaylight. All rights reserved.