|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.faunos.util.xml.LinkSequenceHandler.TypedLink
public static class LinkSequenceHandler.TypedLink
Constructor Summary | |
---|---|
protected |
LinkSequenceHandler.TypedLink(String type,
String uri)
Creates a new instance with the given non-null arguments. |
Method Summary | |
---|---|
boolean |
equals(Object o)
Determines if this instance is equal to another object. |
String |
getType()
Returns the local name of the element. |
String |
getUri()
Returns the link URI. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected LinkSequenceHandler.TypedLink(String type, String uri)
type
- the local name of the elementuri
- the link URIMethod Detail |
---|
public final String getUri()
public final String getType()
public final boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |