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
EString
queryStrDefines the query string.
EString
conditionDefines 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.
EBoolean
isConditionalDefines a condition. The condition must be EOQ query string. The query must evaluate to a Boolean value.
EString
aliasDefines the query alias. All occurences of the alias tag {alias} is replaced in the label segment.
EString
defaultValueDefines the default value of the label. This value is returned if the condition is not met.
EString
prefixDefines a prefix that is prepended to the query result.
Target
queryTargetDefines the query target.
EString
queryTargetAliasReferences 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.
EString
suffixDefines a suffix that is appended to the query result.
EReferences
This eClass contains no references.