Uses of Class
org.camunda.bpm.model.xml.impl.type.ModelElementTypeImpl

Packages that use ModelElementTypeImpl
org.camunda.bpm.model.xml.impl.instance   
org.camunda.bpm.model.xml.impl.type   
org.camunda.bpm.model.xml.impl.type.attribute   
org.camunda.bpm.model.xml.impl.type.child   
org.camunda.bpm.model.xml.impl.type.reference   
 

Uses of ModelElementTypeImpl in org.camunda.bpm.model.xml.impl.instance
 

Methods in org.camunda.bpm.model.xml.impl.instance that return ModelElementTypeImpl
 ModelElementTypeImpl ModelTypeInstanceContext.getModelType()
           
 

Constructors in org.camunda.bpm.model.xml.impl.instance with parameters of type ModelElementTypeImpl
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
 void ModelElementTypeImpl.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
BooleanAttributeBuilder(String attributeName, ModelElementTypeImpl modelType)
           
DoubleAttributeBuilder(String attributeName, ModelElementTypeImpl modelType)
           
EnumAttributeBuilder(String attributeName, ModelElementTypeImpl modelType, Class<T> type)
           
IntegerAttributeBuilder(String attributeName, ModelElementTypeImpl modelType)
           
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
protected  ModelElementTypeImpl ChildElementCollectionBuilderImpl.parentElementType
          The ModelElementType of the element containing the collection
 

Constructors in org.camunda.bpm.model.xml.impl.type.child with parameters of type ModelElementTypeImpl
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
 void ElementReferenceCollectionImpl.setReferenceSourceElementType(ModelElementTypeImpl referenceSourceType)
           
 void ReferenceImpl.setReferenceTargetElementType(ModelElementTypeImpl referenceTargetElementType)
          Set the reference target model element type
 



Copyright © 2014 camunda services GmbH. All rights reserved.