Uses of Interface
systems.dmx.core.DMXType
-
Packages that use DMXType Package Description systems.dmx.core systems.dmx.workspaces -
-
Uses of DMXType in systems.dmx.core
Subinterfaces of DMXType in systems.dmx.core Modifier and Type Interface Description interface
AssocType
Part of DMX's type system, like a class whose instances areAssoc
s.interface
TopicType
Part of DMX's type system, like a class whose instances areTopic
s.Methods in systems.dmx.core that return DMXType Modifier and Type Method Description DMXType
DMXType. addCompDef(CompDefModel compDef)
DMXType
DMXType. addCompDefBefore(CompDefModel compDef, String beforeCompDefUri)
DMXType
DMXObject. getType()
Returns the type of this object.DMXType
DMXType. removeCompDef(String compDefUri)
DMXType
DMXType. setDataTypeUri(String dataTypeUri)
-
Uses of DMXType in systems.dmx.workspaces
Methods in systems.dmx.workspaces with parameters of type DMXType Modifier and Type Method Description void
WorkspacesPlugin. assignTypeToWorkspace(DMXType type, long workspaceId)
void
WorkspacesService. assignTypeToWorkspace(DMXType type, long workspaceId)
Assigns a type as well as its "parts" to a workspace.
-