Interface ItemDefinition
- All Superinterfaces:
DmnElement,DmnModelElementInstance,org.camunda.bpm.model.xml.instance.ModelElementInstance,NamedElement
- All Known Subinterfaces:
ItemComponent
- All Known Implementing Classes:
ItemComponentImpl,ItemDefinitionImpl
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetAllowedValues(AllowedValues allowedValues) voidsetCollection(boolean isCollection) voidsetTypeLanguage(String typeLanguage) voidsetTypeRef(TypeRef typeRef) Methods inherited from interface org.camunda.bpm.model.dmn.instance.DmnElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabelMethods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstance
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementMethods inherited from interface org.camunda.bpm.model.dmn.instance.NamedElement
getName, setName
-
Method Details
-
getTypeLanguage
String getTypeLanguage() -
setTypeLanguage
-
isCollection
boolean isCollection() -
setCollection
void setCollection(boolean isCollection) -
getTypeRef
TypeRef getTypeRef() -
setTypeRef
-
getAllowedValues
AllowedValues getAllowedValues() -
setAllowedValues
-
getItemComponents
Collection<ItemComponent> getItemComponents()
-