Class XMLNamespace
java.lang.Object
org.opendaylight.yangtools.yang.common.XMLNamespace
- All Implemented Interfaces:
Serializable
,Comparable<XMLNamespace>
,Immutable
public final class XMLNamespace
extends Object
implements Comparable<XMLNamespace>, Immutable, Serializable
A simple type capture of
namespace
statement's argument according to
RFC6020.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
int
hashCode()
@NonNull XMLNamespace
intern()
Return an interned reference to a equivalent XMLNamespace.static @NonNull XMLNamespace
toString()
-
Method Details
-
of
-
intern
Return an interned reference to a equivalent XMLNamespace.- Returns:
- Interned reference, or this object if it was interned.
-
compareTo
- Specified by:
compareTo
in interfaceComparable<XMLNamespace>
-
hashCode
public int hashCode() -
equals
-
toString
-