public class LocatorImpl extends Object implements org.tmapi.core.Locator
Constructor and Description |
---|
LocatorImpl(LocatorIF delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getReference() |
protected LocatorIF |
getWrapped() |
int |
hashCode() |
org.tmapi.core.Locator |
resolve(String ref) |
String |
toExternalForm() |
public LocatorImpl(LocatorIF delegate)
protected LocatorIF getWrapped()
public String getReference()
getReference
in interface org.tmapi.core.Locator
public org.tmapi.core.Locator resolve(String ref)
resolve
in interface org.tmapi.core.Locator
public String toExternalForm()
toExternalForm
in interface org.tmapi.core.Locator
public boolean equals(Object obj)