Class AnydataNodeDataWithSchema
java.lang.Object
org.opendaylight.yangtools.yang.data.util.AbstractNodeDataWithSchema<T>
org.opendaylight.yangtools.yang.data.util.SimpleNodeDataWithSchema<AnydataSchemaNode>
org.opendaylight.yangtools.yang.data.util.AnydataNodeDataWithSchema
-
Constructor Summary
ConstructorsConstructorDescriptionAnydataNodeDataWithSchema
(AnydataSchemaNode dataSchemaNode) AnydataNodeDataWithSchema
(AnydataSchemaNode dataSchemaNode, Class<?> objectModel) -
Method Summary
Modifier and TypeMethodDescriptionfinal @NonNull Class<?>
getValue()
void
setObjectModel
(Class<?> newObjectModel) void
protected void
write
(NormalizedNodeStreamWriter writer, StreamWriterMetadataExtension metaWriter) Methods inherited from class org.opendaylight.yangtools.yang.data.util.AbstractNodeDataWithSchema
equals, getAttributes, getSchema, hashCode, provideNodeIdentifier, setAttributes, write, writeMetadata
-
Constructor Details
-
AnydataNodeDataWithSchema
-
AnydataNodeDataWithSchema
-
-
Method Details
-
getValue
- Overrides:
getValue
in classSimpleNodeDataWithSchema<AnydataSchemaNode>
-
setValue
- Overrides:
setValue
in classSimpleNodeDataWithSchema<AnydataSchemaNode>
-
write
protected void write(NormalizedNodeStreamWriter writer, StreamWriterMetadataExtension metaWriter) throws IOException - Specified by:
write
in classAbstractNodeDataWithSchema<AnydataSchemaNode>
- Throws:
IOException
-
getObjectModel
-
setObjectModel
-