Package systems.dmx.core
Interface TopicType
- 
- All Superinterfaces:
- DMXObject,- DMXType,- Identifiable,- Iterable<String>,- JSONEnabled,- Topic
 
 public interface TopicType extends DMXType Part of DMX's type system, like a class whose instances areTopics.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdate(TopicTypeModel model)- 
Methods inherited from interface systems.dmx.core.DMXObjectcheckWriteAccess, delete, getAssoc, getAssocs, getChildTopics, getDatabaseVendorObject, getId, getProperty, getRelatedAssoc, getRelatedAssocs, getRelatedAssocs, getRelatedTopic, getRelatedTopics, getRelatedTopics, getSimpleValue, getType, getTypeUri, getUri, hasProperty, loadChildTopics, loadChildTopics, removeProperty, setProperty, setSimpleValue, setSimpleValue, setSimpleValue, setSimpleValue, setSimpleValue, setTypeUri, setUri, update, update, updateChildTopics
 - 
Methods inherited from interface systems.dmx.core.DMXTypeaddCompDef, addCompDefBefore, getCompDef, getCompDefs, getDataTypeUri, getModel, getViewConfig, getViewConfigValue, hasCompDef, removeCompDef, setDataTypeUri, update
 - 
Methods inherited from interface java.lang.IterableforEach, iterator, spliterator
 - 
Methods inherited from interface systems.dmx.core.JSONEnableddump, toJSON
 - 
Methods inherited from interface systems.dmx.core.TopicfindChildTopic
 
- 
 
- 
- 
- 
Method Detail- 
updatevoid update(TopicTypeModel model) 
 
- 
 
-