@Portable public class InputClause extends DMNElement implements DomainObject
DMNElement.ExtensionElementsDMNModelInstrumentedBase.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, setIdgetAdditionalAttributes, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParentprotected 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 DomainObjectpublic String getDomainObjectNameTranslationKey()
getDomainObjectNameTranslationKey in interface DomainObjectCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.