Package org.kie.dmn.model.v1_3
Class TLiteralExpression
- java.lang.Object
-
- org.kie.dmn.model.v1_3.KieDMNModelInstrumentedBase
-
- org.kie.dmn.model.v1_3.TDMNElement
-
- org.kie.dmn.model.v1_3.TExpression
-
- org.kie.dmn.model.v1_3.TLiteralExpression
-
- All Implemented Interfaces:
DMNElement,DMNModelInstrumentedBase,Expression,LiteralExpression
public class TLiteralExpression extends TExpression implements LiteralExpression
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kie.dmn.model.v1_3.TDMNElement
TDMNElement.TExtensionElements
-
Nested classes/interfaces inherited from interface org.kie.dmn.model.api.DMNElement
DMNElement.ExtensionElements
-
-
Field Summary
Fields Modifier and Type Field Description protected StringexpressionLanguageprotected ImportedValuesimportedValuesprotected Stringtext-
Fields inherited from class org.kie.dmn.model.v1_3.TExpression
typeRef
-
Fields inherited from class org.kie.dmn.model.v1_3.TDMNElement
description, extensionElements, id, label
-
-
Constructor Summary
Constructors Constructor Description TLiteralExpression()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExpressionLanguage()ImportedValuesgetImportedValues()StringgetText()voidsetExpressionLanguage(String value)voidsetImportedValues(ImportedValues value)voidsetText(String value)-
Methods inherited from class org.kie.dmn.model.v1_3.TExpression
getTypeRef, setTypeRef
-
Methods inherited from class org.kie.dmn.model.v1_3.TDMNElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
-
Methods inherited from class org.kie.dmn.model.v1_3.KieDMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.kie.dmn.model.api.DMNElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
-
Methods inherited from interface org.kie.dmn.model.api.DMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParent
-
Methods inherited from interface org.kie.dmn.model.api.Expression
getTypeRef, setTypeRef
-
-
-
-
Field Detail
-
text
protected String text
-
importedValues
protected ImportedValues importedValues
-
expressionLanguage
protected String expressionLanguage
-
-
Method Detail
-
getText
public String getText()
- Specified by:
getTextin interfaceLiteralExpression
-
setText
public void setText(String value)
- Specified by:
setTextin interfaceLiteralExpression
-
getImportedValues
public ImportedValues getImportedValues()
- Specified by:
getImportedValuesin interfaceLiteralExpression
-
setImportedValues
public void setImportedValues(ImportedValues value)
- Specified by:
setImportedValuesin interfaceLiteralExpression
-
getExpressionLanguage
public String getExpressionLanguage()
- Specified by:
getExpressionLanguagein interfaceLiteralExpression
-
setExpressionLanguage
public void setExpressionLanguage(String value)
- Specified by:
setExpressionLanguagein interfaceLiteralExpression
-
-