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 areTopic
s.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
update(TopicTypeModel model)
-
Methods inherited from interface systems.dmx.core.DMXObject
checkWriteAccess, 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.DMXType
addCompDef, addCompDefBefore, getCompDef, getCompDefs, getDataTypeUri, getModel, getViewConfig, getViewConfigValue, hasCompDef, removeCompDef, setDataTypeUri, update
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Methods inherited from interface systems.dmx.core.JSONEnabled
dump, toJSON
-
Methods inherited from interface systems.dmx.core.Topic
findChildTopic
-
-
-
-
Method Detail
-
update
void update(TopicTypeModel model)
-
-