public class TopicMapReference extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
referenceId |
Modifier | Constructor and Description |
---|---|
protected |
TopicMapReference() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getId()
INTERNAL: Returns the ID of the reference (like 'foo.xtm').
|
String |
getName()
INTERNAL: Returns the name of the topic map.
|
protected TopicMapReferenceIF |
getReference() |
int |
hashCode() |
boolean |
isPresent()
INTERNAL: Tests if the topic map is actually in the repository.
|
String |
toString() |
protected String referenceId
protected TopicMapReferenceIF getReference()
public String getId()
public String getName()
public boolean isPresent()