public class ItemDefinition extends NamedElement
| Modifier and Type | Field and Description |
|---|---|
protected UnaryTests |
allowedValues |
protected boolean |
isCollection |
protected List<ItemDefinition> |
itemComponents |
protected String |
typeLanguage |
protected String |
typeRef |
nameattributes, description, extensionElements, id, label| Constructor and Description |
|---|
ItemDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
addItemComponent(ItemDefinition itemComponent) |
UnaryTests |
getAllowedValues() |
List<ItemDefinition> |
getItemComponents() |
String |
getTypeLanguage() |
String |
getTypeRef() |
boolean |
isCollection() |
void |
setAllowedValues(UnaryTests allowedValues) |
void |
setCollection(boolean collection) |
void |
setItemComponents(List<ItemDefinition> itemComponents) |
void |
setTypeLanguage(String typeLanguage) |
void |
setTypeRef(String typeRef) |
getName, setNameaddAttribute, addExtensionElement, getAttributes, getAttributeValue, getDescription, getExtensionElements, getId, getLabel, setAttributes, setDescription, setExtensionElements, setId, setLabel, setValuesprotected String typeRef
protected UnaryTests allowedValues
protected List<ItemDefinition> itemComponents
protected String typeLanguage
protected boolean isCollection
public String getTypeRef()
public void setTypeRef(String typeRef)
public UnaryTests getAllowedValues()
public void setAllowedValues(UnaryTests allowedValues)
public List<ItemDefinition> getItemComponents()
public void setItemComponents(List<ItemDefinition> itemComponents)
public void addItemComponent(ItemDefinition itemComponent)
public String getTypeLanguage()
public void setTypeLanguage(String typeLanguage)
public boolean isCollection()
public void setCollection(boolean collection)
Copyright © 2021 Flowable. All rights reserved.