Class LiteralExpressionPMMLDocument
- java.lang.Object
-
- org.kie.workbench.common.dmn.api.definition.model.DMNModelInstrumentedBase
-
- org.kie.workbench.common.dmn.api.definition.model.DMNElement
-
- org.kie.workbench.common.dmn.api.definition.model.Expression
-
- org.kie.workbench.common.dmn.api.definition.model.LiteralExpression
-
- org.kie.workbench.common.dmn.api.definition.model.LiteralExpressionPMMLDocument
-
- All Implemented Interfaces:
DMNDefinition,HasComponentWidths,HasText,HasTypeRef,HasTypeRefs,HasValue<Text>,IsLiteralExpression,org.kie.workbench.common.stunner.core.domainobject.DomainObject
@Portable public class LiteralExpressionPMMLDocument extends LiteralExpression
This is a specialisation ofLiteralExpressionto allow the UI to show different elements for _Literal Expressions_ associated with a PMML Document.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNElement
DMNElement.ExtensionElements
-
Nested classes/interfaces inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNModelInstrumentedBase
DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace
-
-
Field Summary
Fields Modifier and Type Field Description static StringVARIABLE_DOCUMENT-
Fields inherited from class org.kie.workbench.common.dmn.api.definition.model.LiteralExpression
expressionLanguage, importedValues, text
-
Fields inherited from class org.kie.workbench.common.dmn.api.definition.model.Expression
componentWidths, typeRef
-
Fields inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNElement
description, id
-
-
Constructor Summary
Constructors Constructor Description LiteralExpressionPMMLDocument()LiteralExpressionPMMLDocument(Id id, Description description, QName typeRef, Text text, ImportedValues importedValues, ExpressionLanguage expressionLanguage)
-
Method Summary
-
Methods inherited from class org.kie.workbench.common.dmn.api.definition.model.LiteralExpression
copy, equals, getDomainObjectNameTranslationKey, getDomainObjectUUID, getExpressionLanguage, getImportedValues, getRequiredComponentWidthCount, getStunnerCategory, getStunnerLabels, getText, hashCode, setExpressionLanguage, setImportedValues, setText
-
Methods inherited from class org.kie.workbench.common.dmn.api.definition.model.Expression
asDMNModelInstrumentedBase, getComponentWidths, getHasTypeRefs, getTypeRef, setTypeRef
-
Methods inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNElement
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
-
Methods inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNModelInstrumentedBase
getAdditionalAttributes, getDefaultNamespace, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParent
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.kie.workbench.common.dmn.api.definition.HasText
getValue, setValue
-
Methods inherited from interface org.kie.workbench.common.dmn.api.definition.model.IsLiteralExpression
getDescription, getId, getTypeRef
-
-
-
-
Field Detail
-
VARIABLE_DOCUMENT
public static final String VARIABLE_DOCUMENT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LiteralExpressionPMMLDocument
public LiteralExpressionPMMLDocument()
-
LiteralExpressionPMMLDocument
public LiteralExpressionPMMLDocument(Id id, Description description, QName typeRef, Text text, ImportedValues importedValues, ExpressionLanguage expressionLanguage)
-
-