Class LiteralExpressionImpl

java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
All Implemented Interfaces:
DmnElement, DmnModelElementInstance, Expression, LiteralExpression, org.camunda.bpm.model.xml.instance.ModelElementInstance
Direct Known Subclasses:
DefaultOutputEntryImpl, InputExpressionImpl, OutputEntryImpl

public class LiteralExpressionImpl extends ExpressionImpl implements LiteralExpression
  • Field Details

    • expressionLanguageAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> expressionLanguageAttribute
    • textChild

      protected static org.camunda.bpm.model.xml.type.child.ChildElement<Text> textChild
    • importedValuesChild

      protected static org.camunda.bpm.model.xml.type.child.ChildElement<ImportedValues> importedValuesChild
  • Constructor Details

    • LiteralExpressionImpl

      public LiteralExpressionImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
  • Method Details