@Portable public class InputClause extends DMNElement implements HasTypeRefs, DomainObject
DMNElement.ExtensionElements
DMNModelInstrumentedBase.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, setId
getAdditionalAttributes, getDefaultNamespace, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParent
protected InputClauseLiteralExpression inputExpression
protected InputClauseUnaryTests inputValues
public InputClause()
public InputClause(Id id, Description description, InputClauseLiteralExpression inputExpression, InputClauseUnaryTests inputValues)
public List<HasTypeRef> getHasTypeRefs()
getHasTypeRefs
in interface HasTypeRefs
public String getStunnerCategory()
public InputClauseLiteralExpression getInputExpression()
public void setInputExpression(InputClauseLiteralExpression 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.