Package org.kie.dmn.model.v1_4
Class TInvocable
-
- All Implemented Interfaces:
DMNElement,DMNModelInstrumentedBase,DRGElement,Invocable,NamedElement
- Direct Known Subclasses:
TBusinessKnowledgeModel,TDecisionService
public class TInvocable extends TDRGElement implements Invocable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kie.dmn.model.v1_4.TDMNElement
TDMNElement.TExtensionElements
-
Nested classes/interfaces inherited from interface org.kie.dmn.model.api.DMNElement
DMNElement.ExtensionElements
-
-
Field Summary
Fields Modifier and Type Field Description protected InformationItemvariable-
Fields inherited from class org.kie.dmn.model.v1_4.TNamedElement
name
-
Fields inherited from class org.kie.dmn.model.v1_4.TDMNElement
description, extensionElements, id, label
-
-
Constructor Summary
Constructors Constructor Description TInvocable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InformationItemgetVariable()Gets the value of the variable property.voidsetVariable(InformationItem value)Sets the value of the variable property.-
Methods inherited from class org.kie.dmn.model.v1_4.TNamedElement
getName, setName
-
Methods inherited from class org.kie.dmn.model.v1_4.TDMNElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
-
Methods inherited from class org.kie.dmn.model.v1_4.KieDMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.kie.dmn.model.api.DMNElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
-
Methods inherited from interface org.kie.dmn.model.api.DMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParent
-
Methods inherited from interface org.kie.dmn.model.api.NamedElement
getName, setName
-
-
-
-
Field Detail
-
variable
protected InformationItem variable
-
-
Method Detail
-
getVariable
public InformationItem getVariable()
Description copied from interface:InvocableGets the value of the variable property.- Specified by:
getVariablein interfaceInvocable- Returns:
- possible object is
InformationItem
-
setVariable
public void setVariable(InformationItem value)
Description copied from interface:InvocableSets the value of the variable property.- Specified by:
setVariablein interfaceInvocable- Parameters:
value- allowed object isInformationItem
-
-