@Portable public class InputClause extends DMNElement implements HasTypeRefs, DomainObject
DMNElement.ExtensionElementsDMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace| Modifier and Type | Field and Description |
|---|---|
protected InputClauseLiteralExpression |
inputExpression |
protected InputClauseUnaryTests |
inputValues |
description, id| Constructor and Description |
|---|
InputClause() |
InputClause(Id id,
Description description,
InputClauseLiteralExpression inputExpression,
InputClauseUnaryTests inputValues) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDomainObjectNameTranslationKey() |
String |
getDomainObjectUUID() |
List<HasTypeRef> |
getHasTypeRefs() |
InputClauseLiteralExpression |
getInputExpression() |
InputClauseUnaryTests |
getInputValues() |
String |
getStunnerCategory() |
Set<String> |
getStunnerLabels() |
int |
hashCode() |
void |
setInputExpression(InputClauseLiteralExpression value) |
void |
setInputValues(InputClauseUnaryTests value) |
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setIdgetAdditionalAttributes, getDefaultNamespace, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParentprotected InputClauseLiteralExpression inputExpression
protected InputClauseUnaryTests inputValues
public InputClause()
public InputClause(Id id, Description description, InputClauseLiteralExpression inputExpression, InputClauseUnaryTests inputValues)
public List<HasTypeRef> getHasTypeRefs()
getHasTypeRefs in interface HasTypeRefspublic String getStunnerCategory()
public InputClauseLiteralExpression getInputExpression()
public void setInputExpression(InputClauseLiteralExpression 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.