Modifier and Type | Method and Description |
---|---|
Object |
get(String compDefUri) |
boolean |
getBoolean(String compDefUri)
Convenience accessor for the *simple* value of a single-valued child.
|
boolean |
getBoolean(String compDefUri,
boolean defaultValue) |
ChildTopics |
getChildTopics(String compDefUri)
Convenience accessor for the *composite* value of a single-valued child.
|
double |
getDouble(String compDefUri)
Convenience accessor for the *simple* value of a single-valued child.
|
double |
getDouble(String compDefUri,
double defaultValue) |
int |
getInt(String compDefUri)
Convenience accessor for the *simple* value of a single-valued child.
|
int |
getInt(String compDefUri,
int defaultValue) |
long |
getLong(String compDefUri)
Convenience accessor for the *simple* value of a single-valued child.
|
long |
getLong(String compDefUri,
long defaultValue) |
ChildTopicsModel |
getModel() |
String |
getString(String compDefUri)
Convenience accessor for the *simple* value of a single-valued child.
|
String |
getString(String compDefUri,
String defaultValue) |
RelatedTopic |
getTopic(String compDefUri)
Accesses a single-valued child.
|
RelatedTopic |
getTopicOrNull(String compDefUri) |
List<RelatedTopic> |
getTopics(String compDefUri)
Accesses a multiple-valued child.
|
List<RelatedTopic> |
getTopicsOrNull(String compDefUri) |
Object |
getValue(String compDefUri)
Convenience accessor for the *simple* value of a single-valued child.
|
Object |
getValue(String compDefUri,
Object defaultValue) |
boolean |
has(String compDefUri)
Checks if a child is contained in this ChildTopics.
|
int |
size()
Returns the number of children contained in this ChildTopics.
|
forEach, iterator, spliterator
RelatedTopic getTopic(String compDefUri)
RelatedTopic getTopicOrNull(String compDefUri)
List<RelatedTopic> getTopics(String compDefUri)
List<RelatedTopic> getTopicsOrNull(String compDefUri)
boolean has(String compDefUri)
int size()
ChildTopicsModel getModel()
String getString(String compDefUri)
int getInt(String compDefUri)
int getInt(String compDefUri, int defaultValue)
long getLong(String compDefUri)
long getLong(String compDefUri, long defaultValue)
double getDouble(String compDefUri)
double getDouble(String compDefUri, double defaultValue)
boolean getBoolean(String compDefUri)
boolean getBoolean(String compDefUri, boolean defaultValue)
Object getValue(String compDefUri)
Object getValue(String compDefUri, Object defaultValue)
ChildTopics getChildTopics(String compDefUri)
Copyright © 2023. All Rights Reserved.