public class CaseImpl extends CmmnElementImpl implements Case
Modifier and Type | Field and Description |
---|---|
protected static ChildElement<CaseFileModel> |
caseFileModelChild |
protected static ChildElement<CasePlanModel> |
casePlanModelChild |
protected static ChildElementCollection<CaseRoles> |
caseRolesCollection |
protected static ChildElementCollection<InputCaseParameter> |
inputCollection |
protected static Attribute<String> |
nameAttribute |
protected static ChildElementCollection<OutputCaseParameter> |
outputCollection |
descriptionAttribute, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
CaseImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
CaseFileModel |
getCaseFileModel() |
CasePlanModel |
getCasePlanModel() |
Collection<CaseRoles> |
getCaseRoles() |
Collection<InputCaseParameter> |
getInputs() |
String |
getName() |
Collection<OutputCaseParameter> |
getOutputs() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setCaseFileModel(CaseFileModel caseFileModel) |
void |
setCasePlanModel(CasePlanModel casePlanModel) |
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<CaseFileModel> caseFileModelChild
protected static ChildElement<CasePlanModel> casePlanModelChild
protected static ChildElementCollection<CaseRoles> caseRolesCollection
protected static ChildElementCollection<InputCaseParameter> inputCollection
protected static ChildElementCollection<OutputCaseParameter> outputCollection
public CaseImpl(ModelTypeInstanceContext instanceContext)
public Collection<CaseRoles> getCaseRoles()
getCaseRoles
in interface Case
public Collection<InputCaseParameter> getInputs()
public Collection<OutputCaseParameter> getOutputs()
getOutputs
in interface Case
public CasePlanModel getCasePlanModel()
getCasePlanModel
in interface Case
public void setCasePlanModel(CasePlanModel casePlanModel)
setCasePlanModel
in interface Case
public CaseFileModel getCaseFileModel()
getCaseFileModel
in interface Case
public void setCaseFileModel(CaseFileModel caseFileModel)
setCaseFileModel
in interface Case
public static void registerType(ModelBuilder modelBuilder)
Copyright © 2018. All rights reserved.