Class AbstractMountPointChild
- java.lang.Object
-
- org.opendaylight.yangtools.yang.data.impl.schema.AbstractMountPointChild
-
- All Implemented Interfaces:
MountPointChild
@Beta public abstract class AbstractMountPointChild extends Object implements MountPointChild
Utility base class for implementingMountPointChild
classes.
-
-
Constructor Summary
Constructors Constructor Description AbstractMountPointChild()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.rfc8528.data.api.MountPointChild
writeTo
-
-
-
-
Method Detail
-
normalizeTo
public final NormalizedNode<?,?> normalizeTo(EffectiveModelContext schemaContext) throws IOException
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
-
-