@Beta @NonNullByDefault public abstract class AbstractQName extends Object implements Identifier, WritableObject
QName
s or unresolved
UnqualifiedQName
and QualifiedQName
s.Modifier and Type | Method and Description |
---|---|
abstract boolean |
equals(@Nullable Object obj) |
String |
getLocalName()
Returns YANG schema identifier which were defined for this node in the YANG module.
|
abstract int |
hashCode() |
abstract AbstractQName |
intern()
Return an interned reference to an equivalent object.
|
abstract String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
writeTo
public final String getLocalName()
public abstract AbstractQName intern()
public abstract int hashCode()
hashCode
in interface Identifier
hashCode
in class Object
public abstract boolean equals(@Nullable Object obj)
equals
in interface Identifier
equals
in class Object
public abstract String toString()
toString
in interface Identifier
toString
in class Object
Copyright © 2020 OpenDaylight. All rights reserved.