public interface ItemDefinition extends NamedElement
DMNElement.ExtensionElements
Modifier and Type | Method and Description |
---|---|
UnaryTests |
getAllowedValues() |
FunctionItem |
getFunctionItem() |
List<ItemDefinition> |
getItemComponent() |
String |
getTypeLanguage() |
QName |
getTypeRef()
Internal Model: this is using QName as per DMN v1.1 in order to maintain internal compatibility with the engine
|
boolean |
isIsCollection() |
void |
setAllowedValues(UnaryTests value) |
void |
setFunctionItem(FunctionItem value) |
void |
setIsCollection(Boolean value) |
void |
setTypeLanguage(String value) |
void |
setTypeRef(QName value)
Internal Model: this is using QName as per DMN v1.1 in order to maintain internal compatibility with the engine
|
String |
toString() |
getName, setName
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParent
QName getTypeRef()
void setTypeRef(QName value)
UnaryTests getAllowedValues()
void setAllowedValues(UnaryTests value)
List<ItemDefinition> getItemComponent()
String getTypeLanguage()
void setTypeLanguage(String value)
boolean isIsCollection()
void setIsCollection(Boolean value)
FunctionItem getFunctionItem()
void setFunctionItem(FunctionItem value)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.