|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
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 | |
|---|---|
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 |
| Uses of ModelElementTypeImpl in org.camunda.bpm.model.xml.impl.util |
|---|
| Methods in org.camunda.bpm.model.xml.impl.util that return ModelElementTypeImpl | |
|---|---|
protected static ModelElementTypeImpl |
ModelUtil.getModelElement(DomElement domElement,
ModelInstanceImpl modelInstance,
String namespaceUri)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||