@Portable public class UnaryTests extends DMNElement implements IsUnaryTests, HasText, DomainObject
DMNElement.ExtensionElementsDMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace| Modifier and Type | Field and Description |
|---|---|
protected ExpressionLanguage |
expressionLanguage |
description, id| Constructor and Description |
|---|
UnaryTests() |
UnaryTests(Id id,
Description description,
Text text,
ExpressionLanguage expressionLanguage,
ConstraintType constraintType) |
| Modifier and Type | Method and Description |
|---|---|
UnaryTests |
copy() |
boolean |
equals(Object o) |
ConstraintType |
getConstraintType() |
String |
getDomainObjectNameTranslationKey() |
String |
getDomainObjectUUID() |
ExpressionLanguage |
getExpressionLanguage() |
String |
getStunnerCategory() |
Set<String> |
getStunnerLabels() |
Text |
getText()
Returns the
Text
Convenience method replicating HasValue.getValue() to honour DMN model semantics. |
int |
hashCode() |
void |
setConstraintType(ConstraintType constraintType) |
void |
setExpressionLanguage(ExpressionLanguage value) |
void |
setText(Text value)
Sets the
Text
Convenience method replicating HasValue.setValue(Object) to honour DMN model semantics. |
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setIdgetAdditionalAttributes, getDefaultNamespace, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParentclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetIdprotected ExpressionLanguage expressionLanguage
public UnaryTests()
public UnaryTests(Id id, Description description, Text text, ExpressionLanguage expressionLanguage, ConstraintType constraintType)
public UnaryTests copy()
public String getStunnerCategory()
public Text getText()
HasTextText
Convenience method replicating HasValue.getValue() to honour DMN model semantics.getText in interface HasTextgetText in interface IsUnaryTestspublic void setText(Text value)
HasTextText
Convenience method replicating HasValue.setValue(Object) to honour DMN model semantics.public ExpressionLanguage getExpressionLanguage()
public void setExpressionLanguage(ExpressionLanguage value)
public ConstraintType getConstraintType()
getConstraintType in interface IsUnaryTestspublic void setConstraintType(ConstraintType constraintType)
public String getDomainObjectUUID()
getDomainObjectUUID in interface DomainObjectpublic String getDomainObjectNameTranslationKey()
getDomainObjectNameTranslationKey in interface DomainObjectCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.