Kanzi  3.9.5
Java API
DomainMetadata Interface Reference

Metadata definitions for Domain. More...

Public Attributes

AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.Domain")
 Metaclass for Domain.
 
DynamicPropertyType< String > ProjectPluginReferencesProperty
 List of plugin DLL files that the application uses. More...
 
DynamicPropertyType< Boolean > StateToolsEditStateEnabledProperty
 Is state editing in progress. More...
 

Detailed Description

Metadata definitions for Domain.

Member Data Documentation

◆ ProjectPluginReferencesProperty

DynamicPropertyType<String> ProjectPluginReferencesProperty
Initial value:
=
new DynamicPropertyType<>("ProjectPluginReferences", String.class)

List of plugin DLL files that the application uses.

Plugins extend the functionality of Kanzi by providing functionality such as new components.

◆ StateToolsEditStateEnabledProperty

DynamicPropertyType<Boolean> StateToolsEditStateEnabledProperty
Initial value:
=
new DynamicPropertyType<>("StateToolsEditStateEnabled", Boolean.class)

Is state editing in progress.