public class ItemDefinitionImpl extends NamedElementImpl implements ItemDefinition
| Modifier and Type | Field and Description |
|---|---|
protected static org.camunda.bpm.model.xml.type.child.ChildElement<AllowedValues> |
allowedValuesChild |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> |
isCollectionAttribute |
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ItemComponent> |
itemComponentCollection |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
typeLanguageAttribute |
protected static org.camunda.bpm.model.xml.type.child.ChildElement<TypeRef> |
typeRefChild |
nameAttributedescriptionChild, extensionElementsChild, idAttribute, labelAttribute| Constructor and Description |
|---|
ItemDefinitionImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) |
| Modifier and Type | Method and Description |
|---|---|
AllowedValues |
getAllowedValues() |
Collection<ItemComponent> |
getItemComponents() |
String |
getTypeLanguage() |
TypeRef |
getTypeRef() |
boolean |
isCollection() |
static void |
registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) |
void |
setAllowedValues(AllowedValues allowedValues) |
void |
setCollection(boolean isCollection) |
void |
setTypeLanguage(String typeLanguage) |
void |
setTypeRef(TypeRef typeRef) |
getName, setNamegetDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabeladdChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetName, setNamegetDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabeladdChildElement, 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, updateAfterReplacementprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> typeLanguageAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> isCollectionAttribute
protected static org.camunda.bpm.model.xml.type.child.ChildElement<TypeRef> typeRefChild
protected static org.camunda.bpm.model.xml.type.child.ChildElement<AllowedValues> allowedValuesChild
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ItemComponent> itemComponentCollection
public ItemDefinitionImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
public String getTypeLanguage()
getTypeLanguage in interface ItemDefinitionpublic void setTypeLanguage(String typeLanguage)
setTypeLanguage in interface ItemDefinitionpublic boolean isCollection()
isCollection in interface ItemDefinitionpublic void setCollection(boolean isCollection)
setCollection in interface ItemDefinitionpublic TypeRef getTypeRef()
getTypeRef in interface ItemDefinitionpublic void setTypeRef(TypeRef typeRef)
setTypeRef in interface ItemDefinitionpublic AllowedValues getAllowedValues()
getAllowedValues in interface ItemDefinitionpublic void setAllowedValues(AllowedValues allowedValues)
setAllowedValues in interface ItemDefinitionpublic Collection<ItemComponent> getItemComponents()
getItemComponents in interface ItemDefinitionpublic static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
Copyright © 2015–2019 camunda services GmbH. All rights reserved.