@Immutable
public interface Name extends Comparable<Name>, Serializable, Readable {
/**
* Get the local name part of this qualified name.
* @return the local name; never null
*/
String getLocalName();
/**
* Get the URI for the namespace used in this qualified name.
* @return the URI; never null but possibly empty
*/
String getNamespaceUri();
}
@Immutable
public interface Name extends Comparable<Name>, Serializable, Readable {
/**
* Get the local name part of this qualified name.
* @return the local name; never null
*/
String getLocalName();
/**
* Get the URI for the namespace used in this qualified name.
* @return the URI; never null but possibly empty
*/
String getNamespaceUri();
}
Copy to ClipboardCopied!Toggle word wrapToggle overflow