public interface TopicTypeModel extends TypeModel
TopicType
.
A TopicTypeModel
can also be used to provide the data for a topic type create or update
operation. To instantiate a TopicTypeModel
use the ModelFactory
.
Modifier and Type | Method and Description |
---|---|
TopicTypeModel |
addCompDef(CompDefModel compDef) |
addCompDefBefore, getCompDef, getCompDefs, getDataTypeUri, getViewConfig, getViewConfigValue, hasCompDef, removeCompDef, setDataTypeUri, setViewConfig
clone
createPlayerModel, getChildTopics, getId, getSimpleValue, getTypeUri, getUri, set, setChildTopics, setId, setSimpleValue, setSimpleValue, setSimpleValue, setSimpleValue, setSimpleValue, setTypeUri, setUri
dump, toJSON
forEach, iterator, spliterator
TopicTypeModel addCompDef(CompDefModel compDef)
addCompDef
in interface TypeModel
compDef
- the comp def to add.
Note: its ID might be uninitialized (-1).Copyright © 2023. All Rights Reserved.