Uses of Class
org.camunda.bpm.model.xml.impl.type.ModelElementTypeImpl
-
-
Uses of ModelElementTypeImpl in org.camunda.bpm.model.xml.impl.instance
Methods in org.camunda.bpm.model.xml.impl.instance that return ModelElementTypeImpl Modifier and Type Method Description ModelElementTypeImplModelTypeInstanceContext. getModelType()Constructors in org.camunda.bpm.model.xml.impl.instance with parameters of type ModelElementTypeImpl Constructor Description ModelTypeInstanceContext(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 ModelElementTypeImpl Modifier and Type Method Description voidModelElementTypeImpl. 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 ModelElementTypeImpl Constructor Description BooleanAttributeBuilder(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 ModelElementTypeImpl Modifier and Type Field Description protected ModelElementTypeImplChildElementCollectionBuilderImpl. parentElementTypeTheModelElementTypeof the element containing the collectionConstructors in org.camunda.bpm.model.xml.impl.type.child with parameters of type ModelElementTypeImpl Constructor Description ChildElementCollectionImpl(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 ModelElementTypeImpl Modifier and Type Method Description voidElementReferenceCollectionImpl. 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 ModelElementTypeImpl Modifier and Type Method Description protected static ModelElementTypeImplModelUtil. getModelElement(DomElement domElement, ModelInstanceImpl modelInstance, String namespaceUri)Methods in org.camunda.bpm.model.xml.impl.util with parameters of type ModelElementTypeImpl Modifier and Type Method Description static ModelElementInstanceModelUtil. getModelElement(DomElement domElement, ModelInstanceImpl modelInstance, ModelElementTypeImpl modelType)Returns theModelElementfor a DOM element.
-