Class MountPointIdentifier
java.lang.Object
org.opendaylight.yangtools.util.AbstractIdentifier<QName>
org.opendaylight.yangtools.rfc8528.data.api.MountPointIdentifier
- All Implemented Interfaces:
Serializable,Comparable<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument>,Identifier,Immutable,WritableObject,org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument
@Beta
@NonNullByDefault
public final class MountPointIdentifier
extends AbstractIdentifier<QName>
implements org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument, WritableObject
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(@Nullable org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument o) static MountPointIdentifiergetLabel()static MountPointIdentifierstatic MountPointIdentifiertoRelativeString(@Nullable org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument previous) voidwriteTo(DataOutput out) Methods inherited from class org.opendaylight.yangtools.util.AbstractIdentifier
equals, getValue, hashCode, toString
-
Method Details
-
of
-
create
-
readFrom
- Throws:
IOException
-
getLabel
-
writeTo
- Specified by:
writeToin interfaceWritableObject- Throws:
IOException
-
compareTo
public int compareTo(@Nullable org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument o) - Specified by:
compareToin interfaceComparable<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument>
-
getNodeType
- Specified by:
getNodeTypein interfaceorg.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument
-
toRelativeString
public String toRelativeString(@Nullable org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument previous) - Specified by:
toRelativeStringin interfaceorg.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument
-