Class AbstractMountPointContextFactory.MountPointDefinition
- java.lang.Object
-
- org.opendaylight.yangtools.concepts.AbstractIdentifiable<T,T>
-
- org.opendaylight.yangtools.concepts.AbstractSimpleIdentifiable<MountPointIdentifier>
-
- org.opendaylight.yangtools.rfc8528.data.util.AbstractMountPointContextFactory.MountPointDefinition
-
- All Implemented Interfaces:
Identifiable<MountPointIdentifier>
,Immutable
,MutationBehaviour<Immutable>
- Enclosing class:
- AbstractMountPointContextFactory
protected static final class AbstractMountPointContextFactory.MountPointDefinition extends AbstractSimpleIdentifiable<MountPointIdentifier> implements Immutable
Definition of a MountPoint, as known to RFC8528.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MoreObjects.ToStringHelper
addToStringAttributes(MoreObjects.ToStringHelper toStringHelper)
boolean
getConfig()
ImmutableSet<String>
getParentReferences()
-
Methods inherited from class org.opendaylight.yangtools.concepts.AbstractIdentifiable
getIdentifier, toString
-
-
-
-
Method Detail
-
getConfig
public boolean getConfig()
-
getParentReferences
public ImmutableSet<String> getParentReferences()
-
addToStringAttributes
protected MoreObjects.ToStringHelper addToStringAttributes(MoreObjects.ToStringHelper toStringHelper)
- Overrides:
addToStringAttributes
in classAbstractIdentifiable<MountPointIdentifier,MountPointIdentifier>
-
-