Uses of Class
org.camunda.bpm.model.xml.impl.type.attribute.AttributeImpl
Packages that use AttributeImpl
Package
Description
-
Uses of AttributeImpl in org.camunda.bpm.model.cmmn.impl.instance
Constructors in org.camunda.bpm.model.cmmn.impl.instance with parameters of type AttributeImplModifierConstructorDescriptionCmmnAttributeElementReferenceCollection(AttributeImpl<String> referenceSourceAttribute) -
Uses of AttributeImpl in org.camunda.bpm.model.xml.impl.type.attribute
Subclasses of AttributeImpl in org.camunda.bpm.model.xml.impl.type.attributeModifier and TypeClassDescriptionclassclass for providing Boolean value attributes.classclassEnumAttribute<T extends Enum<T>>An attribute exposing an Enum valueclassclassNamedEnumAttribute<T extends Enum<T>>classBase 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 AttributeImplModifier and TypeFieldDescriptionprotected final AttributeImpl<String>AttributeReferenceImpl.referenceSourceAttributeprotected AttributeImpl<String>ReferenceImpl.referenceTargetAttributeMethods in org.camunda.bpm.model.xml.impl.type.reference with parameters of type AttributeImplModifier and TypeMethodDescriptionvoidReferenceImpl.setReferenceTargetAttribute(AttributeImpl<String> referenceTargetAttribute) Set the reference target attributeConstructors in org.camunda.bpm.model.xml.impl.type.reference with parameters of type AttributeImplModifierConstructorDescriptionAttributeReferenceBuilderImpl(AttributeImpl<String> referenceSourceAttribute, Class<T> referenceTargetElement) Create a newAttributeReferenceBuilderImplfrom the reference source attribute to the reference target model element instanceAttributeReferenceCollectionBuilderImpl(AttributeImpl<String> attribute, Class<T> referenceTargetElement, Class<? extends AttributeReferenceCollection> attributeReferenceCollection) AttributeReferenceImpl(AttributeImpl<String> referenceSourceAttribute) QNameAttributeReferenceBuilderImpl(AttributeImpl<String> referenceSourceAttribute, Class<T> referenceTargetElement) Create a newAttributeReferenceBuilderImplfrom the reference source attribute to the reference target model element instanceQNameAttributeReferenceImpl(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 AttributeImplModifierConstructorDescriptionAttributeReferenceCollection(AttributeImpl<String> referenceSourceAttribute)