Package org.kie.dmn.model.v1_4
Class TItemDefinition
- java.lang.Object
-
- org.kie.dmn.model.v1_4.KieDMNModelInstrumentedBase
-
- org.kie.dmn.model.v1_4.TDMNElement
-
- org.kie.dmn.model.v1_4.TNamedElement
-
- org.kie.dmn.model.v1_4.TItemDefinition
-
- All Implemented Interfaces:
DMNElement,DMNModelInstrumentedBase,ItemDefinition,NamedElement
public class TItemDefinition extends TNamedElement implements ItemDefinition
-
-
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 UnaryTestsallowedValuesprotected FunctionItemfunctionItemprotected BooleanisCollectionprotected List<ItemDefinition>itemComponentprotected StringtypeLanguageprotected QNametypeRefalign to internal model-
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 TItemDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnaryTestsgetAllowedValues()FunctionItemgetFunctionItem()List<ItemDefinition>getItemComponent()StringgetTypeLanguage()QNamegetTypeRef()Internal Model: this is using QName as per DMN v1.1 in order to maintain internal compatibility with the enginebooleanisIsCollection()voidsetAllowedValues(UnaryTests value)voidsetFunctionItem(FunctionItem value)voidsetIsCollection(Boolean value)voidsetTypeLanguage(String value)voidsetTypeRef(QName value)Internal Model: this is using QName as per DMN v1.1 in order to maintain internal compatibility with the engine-
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.ItemDefinition
toString
-
Methods inherited from interface org.kie.dmn.model.api.NamedElement
getName, setName
-
-
-
-
Field Detail
-
typeRef
protected QName typeRef
align to internal model
-
allowedValues
protected UnaryTests allowedValues
-
itemComponent
protected List<ItemDefinition> itemComponent
-
functionItem
protected FunctionItem functionItem
-
typeLanguage
protected String typeLanguage
-
isCollection
protected Boolean isCollection
-
-
Method Detail
-
getTypeRef
public QName getTypeRef()
Description copied from interface:ItemDefinitionInternal Model: this is using QName as per DMN v1.1 in order to maintain internal compatibility with the engine- Specified by:
getTypeRefin interfaceItemDefinition
-
setTypeRef
public void setTypeRef(QName value)
Description copied from interface:ItemDefinitionInternal Model: this is using QName as per DMN v1.1 in order to maintain internal compatibility with the engine- Specified by:
setTypeRefin interfaceItemDefinition
-
getAllowedValues
public UnaryTests getAllowedValues()
- Specified by:
getAllowedValuesin interfaceItemDefinition
-
setAllowedValues
public void setAllowedValues(UnaryTests value)
- Specified by:
setAllowedValuesin interfaceItemDefinition
-
getItemComponent
public List<ItemDefinition> getItemComponent()
- Specified by:
getItemComponentin interfaceItemDefinition
-
getTypeLanguage
public String getTypeLanguage()
- Specified by:
getTypeLanguagein interfaceItemDefinition
-
setTypeLanguage
public void setTypeLanguage(String value)
- Specified by:
setTypeLanguagein interfaceItemDefinition
-
isIsCollection
public boolean isIsCollection()
- Specified by:
isIsCollectionin interfaceItemDefinition
-
setIsCollection
public void setIsCollection(Boolean value)
- Specified by:
setIsCollectionin interfaceItemDefinition
-
getFunctionItem
public FunctionItem getFunctionItem()
- Specified by:
getFunctionItemin interfaceItemDefinition
-
setFunctionItem
public void setFunctionItem(FunctionItem value)
- Specified by:
setFunctionItemin interfaceItemDefinition
-
-