public abstract class SimpleNodeDataWithSchema<T extends DataSchemaNode> extends AbstractNodeDataWithSchema<T>
Represents a simple node with value (anyxml, leaf, leaf-list entry).
Constructor and Description |
---|
SimpleNodeDataWithSchema(T dataSchemaNode) |
Modifier and Type | Method and Description |
---|---|
Object |
getValue() |
void |
setValue(Object value) |
equals, getAttributes, getSchema, hashCode, provideNodeIdentifier, setAttributes, write
Copyright © 2019 OpenDaylight. All rights reserved.