public abstract class PlanItemDefinitionImpl extends CmmnElementImpl implements PlanItemDefinition
Modifier and Type | Field and Description |
---|---|
protected static ChildElement<DefaultControl> |
defaultControlChild |
protected static Attribute<String> |
nameAttribute |
descriptionAttribute, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
PlanItemDefinitionImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
DefaultControl |
getDefaultControl() |
String |
getName() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setDefaultControl(DefaultControl defaultControl) |
void |
setName(String name) |
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 ChildElement<DefaultControl> defaultControlChild
public PlanItemDefinitionImpl(ModelTypeInstanceContext instanceContext)
public String getName()
getName
in interface PlanItemDefinition
public void setName(String name)
setName
in interface PlanItemDefinition
public DefaultControl getDefaultControl()
getDefaultControl
in interface PlanItemDefinition
public void setDefaultControl(DefaultControl defaultControl)
setDefaultControl
in interface PlanItemDefinition
public static void registerType(ModelBuilder modelBuilder)
Copyright © 2018. All rights reserved.