Diagram Model Config
PrefixDefinition
With the PrefixDefinition object, customer-specific prefixes can be defined. Different types of prefixes can be defined: Variable prefixes, function prefixes, type prefixes and more.
class PrefixDefinition extends Resource
ModelConfig
class ModelConfig extends Resource
ModelConfigControllerInterface
class ModelConfigControllerInterface extends Resource
SuppressDeprecatedWarning
class SuppressDeprecatedWarning extends Resource
TextTokenLibrary
class TextTokenLibrary extends Resource
ATextTokenElement
A text token is a language element (e.g. a keyword) which can be selected via Content Assist. Postfixes with templates can be attached to a text token. This also allows customer-specific templates to be defined.
abstract class ATextTokenElement extends NamedResource, AnnotableComment
FunctionTextToken
The function text token can only be selected in codesnippet functions.
class FunctionTextToken extends ATextTokenElement
GeneralTextToken
The general text token can be selected in all codesnippets.
class GeneralTextToken extends ATextTokenElement
GuardTextToken
The guard text token can only be selected in codesnippet guards.
class GuardTextToken extends ATextTokenElement