public interface ValueGeneratorIF
Modifier and Type | Method and Description |
---|---|
ValueGeneratorIF |
copy() |
LocatorIF |
getDatatype() |
String |
getLiteral() |
LocatorIF |
getLocator()
Returns a locator if the literal is a locator.
|
TopicIF |
getTopic() |
boolean |
isTopic()
Returns true if this generator produces a topic.
|
boolean isTopic()
String getLiteral()
LocatorIF getDatatype()
LocatorIF getLocator()
ValueGeneratorIF copy()
TopicIF getTopic()