Uses of Class
org.camunda.bpm.model.xml.impl.type.attribute.AttributeImpl

Packages that use AttributeImpl
org.camunda.bpm.model.xml.impl.type.attribute   
org.camunda.bpm.model.xml.impl.type.reference   
org.camunda.bpm.model.xml.type.reference   
 

Uses of AttributeImpl in org.camunda.bpm.model.xml.impl.type.attribute
 

Subclasses of AttributeImpl in org.camunda.bpm.model.xml.impl.type.attribute
 class BooleanAttribute
          class for providing Boolean value attributes.
 class DoubleAttribute
           
 class EnumAttribute<T extends Enum<T>>
          An attribute exposing an Enum value
 class IntegerAttribute
           
 class StringAttribute
          Base class for String attributes
 

Uses of AttributeImpl in org.camunda.bpm.model.xml.impl.type.reference
 

Fields in org.camunda.bpm.model.xml.impl.type.reference declared as AttributeImpl
protected  AttributeImpl<String> AttributeReferenceImpl.referenceSourceAttribute
           
protected  AttributeImpl<String> ReferenceImpl.referenceTargetAttribute
           
 

Methods in org.camunda.bpm.model.xml.impl.type.reference with parameters of type AttributeImpl
 void ReferenceImpl.setReferenceTargetAttribute(AttributeImpl<String> referenceTargetAttribute)
          Set the reference target attribute
 

Constructors in org.camunda.bpm.model.xml.impl.type.reference with parameters of type AttributeImpl
AttributeReferenceBuilderImpl(AttributeImpl<String> referenceSourceAttribute, Class<T> referenceTargetElement)
          Create a new AttributeReferenceBuilderImpl from the reference source attribute to the reference target model element instance
AttributeReferenceCollectionBuilderImpl(AttributeImpl<String> attribute, Class<T> referenceTargetElement, Class<? extends AttributeReferenceCollection> attributeReferenceCollection)
           
AttributeReferenceImpl(AttributeImpl<String> referenceSourceAttribute)
           
QNameAttributeReferenceBuilderImpl(AttributeImpl<String> referenceSourceAttribute, Class<T> referenceTargetElement)
          Create a new AttributeReferenceBuilderImpl from the reference source attribute to the reference target model element instance
QNameAttributeReferenceImpl(AttributeImpl<String> referenceSourceAttribute)
          Create a new QName reference outgoing from the reference source attribute
 

Uses of AttributeImpl in org.camunda.bpm.model.xml.type.reference
 

Constructors in org.camunda.bpm.model.xml.type.reference with parameters of type AttributeImpl
AttributeReferenceCollection(AttributeImpl<String> referenceSourceAttribute)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.