Class AbstractMountPointChild
java.lang.Object
org.opendaylight.yangtools.yang.data.impl.schema.AbstractMountPointChild
- All Implemented Interfaces:
MountPointChild
Utility base class for implementing
MountPointChild
classes.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal NormalizedNode
normalizeTo
(EffectiveModelContext schemaContext) Normalized this child to a particular EffectiveModelContext.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opendaylight.yangtools.yang.data.api.schema.MountPointChild
writeTo
-
Constructor Details
-
AbstractMountPointChild
public AbstractMountPointChild()
-
-
Method Details
-
normalizeTo
Description copied from interface:MountPointChild
Normalized this child to a particular EffectiveModelContext.- Specified by:
normalizeTo
in interfaceMountPointChild
- Parameters:
schemaContext
- SchemaContext for normalization purposes- Returns:
- A NormalizedNode representation of this child
- Throws:
IOException
- if an underlying error occurs
-