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 Details

    • of

      public static MountPointIdentifier of(QName qname)
    • create

      public static MountPointIdentifier create(QName qname)
    • readFrom

      public static MountPointIdentifier readFrom(DataInput in) throws IOException
      Throws:
      IOException
    • getLabel

      public QName getLabel()
    • writeTo

      public void writeTo(DataOutput out) throws IOException
      Specified by:
      writeTo in interface 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 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