public class CaseFileItemDefinitionImpl extends CmmnElementImpl implements CaseFileItemDefinition
Modifier and Type | Field and Description |
---|---|
protected static Attribute<String> |
definitionTypeAttribute |
protected static Attribute<String> |
nameAttribute |
protected static ChildElementCollection<Property> |
propertyCollection |
protected static Attribute<String> |
structureAttribute |
descriptionAttribute, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
CaseFileItemDefinitionImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
String |
getDefinitionType() |
String |
getName() |
Collection<Property> |
getProperties() |
String |
getStructure() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setDefinitionType(String definitionType) |
void |
setName(String name) |
void |
setStructure(String structureRef) |
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
addChildElement, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
protected static ChildElementCollection<Property> propertyCollection
public CaseFileItemDefinitionImpl(ModelTypeInstanceContext instanceContext)
public String getName()
getName
in interface CaseFileItemDefinition
public void setName(String name)
setName
in interface CaseFileItemDefinition
public String getDefinitionType()
getDefinitionType
in interface CaseFileItemDefinition
public void setDefinitionType(String definitionType)
setDefinitionType
in interface CaseFileItemDefinition
public String getStructure()
getStructure
in interface CaseFileItemDefinition
public void setStructure(String structureRef)
setStructure
in interface CaseFileItemDefinition
public Collection<Property> getProperties()
getProperties
in interface CaseFileItemDefinition
public static void registerType(ModelBuilder modelBuilder)
Copyright © 2018. All rights reserved.