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
@Beta
public final class AnydataNodeDataWithSchema
extends SimpleNodeDataWithSchema<AnydataSchemaNode>
-
Method Summary
Modifier and TypeMethodDescription@NonNull Class<?>
getValue()
void
setObjectModel
(Class<?> newObjectModel) void
protected void
write
(NormalizedNodeStreamWriter writer, NormalizedNodeStreamWriter.MetadataExtension metaWriter) Methods inherited from class org.opendaylight.yangtools.yang.data.util.AbstractNodeDataWithSchema
equals, getAttributes, getSchema, hashCode, of, provideNodeIdentifier, setAttributes, write, writeMetadata
-
Method Details
-
getValue
- Overrides:
getValue
in classSimpleNodeDataWithSchema<AnydataSchemaNode>
-
setValue
- Overrides:
setValue
in classSimpleNodeDataWithSchema<AnydataSchemaNode>
-
write
protected void write(NormalizedNodeStreamWriter writer, NormalizedNodeStreamWriter.MetadataExtension metaWriter) throws IOException - Specified by:
write
in classAbstractNodeDataWithSchema<AnydataSchemaNode>
- Throws:
IOException
-
getObjectModel
-
setObjectModel
-