public class LeafNodeDataWithSchema extends SimpleNodeDataWithSchema<LeafSchemaNode>
Represents a YANG leaf node.
Constructor and Description |
---|
LeafNodeDataWithSchema(LeafSchemaNode schema) |
Modifier and Type | Method and Description |
---|---|
void |
write(NormalizedNodeStreamWriter writer)
Emit this node's events into the specified writer.
|
getValue, setValue
equals, getAttributes, getSchema, hashCode, provideNodeIdentifier, setAttributes
public LeafNodeDataWithSchema(LeafSchemaNode schema)
public void write(NormalizedNodeStreamWriter writer) throws IOException
AbstractNodeDataWithSchema
write
in class AbstractNodeDataWithSchema<LeafSchemaNode>
writer
- Target writerIOException
- reported when thrown by the writer.Copyright © 2019 OpenDaylight. All rights reserved.