public interface AboutTopic
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Return the identifier for this topic.
|
java.lang.String |
getTitle()
Return the title of this topic.
|
java.util.List<AboutTopicValue> |
getTopicInfo()
Return the list of values under this topic.
|
java.lang.String getTitle()
java.util.List<AboutTopicValue> getTopicInfo() throws CLLException
List
of AboutTopicValue
s under this topicCLLException
- If a CLL related error occursjava.lang.String getId()