@Portable public class InputClause extends DMNElement implements DomainObject
DMNElement.ExtensionElements
DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace
Modifier and Type | Field and Description |
---|---|
protected InputClauseUnaryTests |
inputValues |
description, id
Constructor and Description |
---|
InputClause() |
InputClause(Id id,
Description description,
LiteralExpression inputExpression,
InputClauseUnaryTests inputValues) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDomainObjectNameTranslationKey() |
String |
getDomainObjectUUID() |
LiteralExpression |
getInputExpression() |
InputClauseUnaryTests |
getInputValues() |
String |
getStunnerCategory() |
Set<String> |
getStunnerLabels() |
int |
hashCode() |
void |
setInputExpression(LiteralExpression value) |
void |
setInputValues(InputClauseUnaryTests value) |
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
getAdditionalAttributes, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParent
protected InputClauseUnaryTests inputValues
public InputClause()
public InputClause(Id id, Description description, LiteralExpression inputExpression, InputClauseUnaryTests inputValues)
public String getStunnerCategory()
public LiteralExpression getInputExpression()
public void setInputExpression(LiteralExpression value)
public InputClauseUnaryTests getInputValues()
public void setInputValues(InputClauseUnaryTests value)
public String getDomainObjectUUID()
getDomainObjectUUID
in interface DomainObject
public String getDomainObjectNameTranslationKey()
getDomainObjectNameTranslationKey
in interface DomainObject
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.