Class MountPointIdentifier

  • All Implemented Interfaces:
    Serializable, Comparable<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument>, org.opendaylight.yangtools.concepts.Identifier, org.opendaylight.yangtools.concepts.Immutable, org.opendaylight.yangtools.concepts.MutationBehaviour<org.opendaylight.yangtools.concepts.Immutable>, org.opendaylight.yangtools.concepts.WritableObject, org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument

    @Beta
    @NonNullByDefault
    public final class MountPointIdentifier
    extends org.opendaylight.yangtools.util.AbstractIdentifier<org.opendaylight.yangtools.yang.common.QName>
    implements org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument, org.opendaylight.yangtools.concepts.WritableObject
    See Also:
    Serialized Form
    • Method Detail

      • of

        public static MountPointIdentifier of​(org.opendaylight.yangtools.yang.common.QName qname)
      • create

        public static MountPointIdentifier create​(org.opendaylight.yangtools.yang.common.QName qname)
      • getLabel

        public org.opendaylight.yangtools.yang.common.QName getLabel()
      • writeTo

        public void writeTo​(DataOutput out)
                     throws IOException
        Specified by:
        writeTo in interface org.opendaylight.yangtools.concepts.WritableObject
        Throws:
        IOException
      • compareTo

        public int compareTo​(@Nullable org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument o)
        Specified by:
        compareTo in interface Comparable<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument>
      • getNodeType

        public org.opendaylight.yangtools.yang.common.QName getNodeType()
        Specified by:
        getNodeType in interface org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument
      • toRelativeString

        public String toRelativeString​(@Nullable org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument previous)
        Specified by:
        toRelativeString in interface org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument