Class InputClause
- 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.InputClause
-
- All Implemented Interfaces:
DMNDefinition,HasTypeRefs,org.kie.workbench.common.stunner.core.domainobject.DomainObject
@Portable public class InputClause extends DMNElement implements HasTypeRefs, org.kie.workbench.common.stunner.core.domainobject.DomainObject
-
-
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 protected InputClauseLiteralExpressioninputExpressionprotected InputClauseUnaryTestsinputValues-
Fields inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNElement
description, id
-
-
Constructor Summary
Constructors Constructor Description InputClause()InputClause(Id id, Description description, InputClauseLiteralExpression inputExpression, InputClauseUnaryTests inputValues)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputClausecopy()booleanequals(Object o)StringgetDomainObjectNameTranslationKey()StringgetDomainObjectUUID()List<HasTypeRef>getHasTypeRefs()InputClauseLiteralExpressiongetInputExpression()InputClauseUnaryTestsgetInputValues()StringgetStunnerCategory()Set<String>getStunnerLabels()inthashCode()voidsetInputExpression(InputClauseLiteralExpression value)voidsetInputValues(InputClauseUnaryTests value)-
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
-
-
-
-
Field Detail
-
inputExpression
protected InputClauseLiteralExpression inputExpression
-
inputValues
protected InputClauseUnaryTests inputValues
-
-
Constructor Detail
-
InputClause
public InputClause()
-
InputClause
public InputClause(Id id, Description description, InputClauseLiteralExpression inputExpression, InputClauseUnaryTests inputValues)
-
-
Method Detail
-
copy
public InputClause copy()
-
getHasTypeRefs
public List<HasTypeRef> getHasTypeRefs()
- Specified by:
getHasTypeRefsin interfaceHasTypeRefs
-
getStunnerCategory
public String getStunnerCategory()
-
getInputExpression
public InputClauseLiteralExpression getInputExpression()
-
setInputExpression
public void setInputExpression(InputClauseLiteralExpression value)
-
getInputValues
public InputClauseUnaryTests getInputValues()
-
setInputValues
public void setInputValues(InputClauseUnaryTests value)
-
getDomainObjectUUID
public String getDomainObjectUUID()
- Specified by:
getDomainObjectUUIDin interfaceorg.kie.workbench.common.stunner.core.domainobject.DomainObject
-
getDomainObjectNameTranslationKey
public String getDomainObjectNameTranslationKey()
- Specified by:
getDomainObjectNameTranslationKeyin interfaceorg.kie.workbench.common.stunner.core.domainobject.DomainObject
-
-