Uses of Class
org.camunda.bpm.model.xml.impl.type.ModelElementTypeImpl
Packages that use ModelElementTypeImpl
Package
Description
-
Uses of ModelElementTypeImpl in org.camunda.bpm.model.xml.impl.instance
Methods in org.camunda.bpm.model.xml.impl.instance that return ModelElementTypeImplConstructors in org.camunda.bpm.model.xml.impl.instance with parameters of type ModelElementTypeImplModifierConstructorDescriptionModelTypeInstanceContext(DomElement domElement, ModelInstanceImpl model, ModelElementTypeImpl modelType) -
Uses of ModelElementTypeImpl in org.camunda.bpm.model.xml.impl.type
Methods in org.camunda.bpm.model.xml.impl.type with parameters of type ModelElementTypeImplModifier and TypeMethodDescriptionvoidModelElementTypeImpl.setBaseType(ModelElementTypeImpl baseType) -
Uses of ModelElementTypeImpl in org.camunda.bpm.model.xml.impl.type.attribute
Constructors in org.camunda.bpm.model.xml.impl.type.attribute with parameters of type ModelElementTypeImplModifierConstructorDescriptionBooleanAttributeBuilder(String attributeName, ModelElementTypeImpl modelType) DoubleAttributeBuilder(String attributeName, ModelElementTypeImpl modelType) EnumAttributeBuilder(String attributeName, ModelElementTypeImpl modelType, Class<T> type) IntegerAttributeBuilder(String attributeName, ModelElementTypeImpl modelType) NamedEnumAttributeBuilder(String attributeName, ModelElementTypeImpl modelType, Class<T> type) StringAttributeBuilderImpl(String attributeName, ModelElementTypeImpl modelType) -
Uses of ModelElementTypeImpl in org.camunda.bpm.model.xml.impl.type.child
Fields in org.camunda.bpm.model.xml.impl.type.child declared as ModelElementTypeImplModifier and TypeFieldDescriptionprotected final ModelElementTypeImplChildElementCollectionBuilderImpl.parentElementTypeTheModelElementTypeof the element containing the collectionConstructors in org.camunda.bpm.model.xml.impl.type.child with parameters of type ModelElementTypeImplModifierConstructorDescriptionChildElementCollectionImpl(Class<T> childElementTypeClass, ModelElementTypeImpl parentElementType) ChildElementImpl(Class<T> childElementTypeChild, ModelElementTypeImpl parentElementType) SequenceBuilderImpl(ModelElementTypeImpl modelType) -
Uses of ModelElementTypeImpl in org.camunda.bpm.model.xml.impl.type.reference
Methods in org.camunda.bpm.model.xml.impl.type.reference with parameters of type ModelElementTypeImplModifier and TypeMethodDescriptionvoidElementReferenceCollectionImpl.setReferenceSourceElementType(ModelElementTypeImpl referenceSourceType) voidReferenceImpl.setReferenceTargetElementType(ModelElementTypeImpl referenceTargetElementType) Set the reference target model element type -
Uses of ModelElementTypeImpl in org.camunda.bpm.model.xml.impl.util
Methods in org.camunda.bpm.model.xml.impl.util that return ModelElementTypeImplModifier and TypeMethodDescriptionprotected static ModelElementTypeImplModelUtil.getModelElement(DomElement domElement, ModelInstanceImpl modelInstance, String namespaceUri) Methods in org.camunda.bpm.model.xml.impl.util with parameters of type ModelElementTypeImplModifier and TypeMethodDescriptionstatic ModelElementInstanceModelUtil.getModelElement(DomElement domElement, ModelInstanceImpl modelInstance, ModelElementTypeImpl modelType) Returns theModelElementfor a DOM element.