EClass LabelQuery
Defines a label query. Label queries retrieve strings from the model that are fills the placeholders specified by aliases in label segments.
- ePackage:
EAttributes
EStringqueryStrDefines the query string.
EStringconditionDefines a condition that is tested if isConditional is set to true. If the condition is met the query is executed, otherwise the default value is returned.
EBooleanisConditionalDefines a condition. The condition must be EOQ query string. The query must evaluate to a Boolean value.
EStringaliasDefines the query alias. All occurences of the alias tag {alias} is replaced in the label segment.
EStringdefaultValueDefines the default value of the label. This value is returned if the condition is not met.
EStringprefixDefines a prefix that is prepended to the query result.
TargetqueryTargetDefines the query target.
EStringqueryTargetAliasReferences the target by alias. The target alias is only used if a CUSTOM query target is selected. You can only use an alias that already exists. Existing aliases are all aliases of objects that this label is nested in.
EStringsuffixDefines a suffix that is appended to the query result.
EReferences
This eClass contains no references.