public interface AssocTypeModel extends TypeModel
AssocType
.
A AssocTypeModel
can also be used to provide the data for an association type create or
update operation. To instantiate an AssocTypeModel
use the ModelFactory
.
Modifier and Type | Method and Description |
---|---|
AssocTypeModel |
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
AssocTypeModel 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.