Uses of Class
org.camunda.bpm.model.xml.impl.type.attribute.AttributeImpl
Package
Description
-
Uses of AttributeImpl in org.camunda.bpm.model.cmmn.impl.instance
ModifierConstructorDescriptionCmmnAttributeElementReferenceCollection
(AttributeImpl<String> referenceSourceAttribute) -
Uses of AttributeImpl in org.camunda.bpm.model.xml.impl.type.attribute
Modifier and TypeClassDescriptionclass
class for providing Boolean value attributes.class
class
EnumAttribute<T extends Enum<T>>
An attribute exposing an Enum valueclass
class
NamedEnumAttribute<T extends Enum<T>>
class
Base class for String attributes -
Uses of AttributeImpl in org.camunda.bpm.model.xml.impl.type.reference
Modifier and TypeFieldDescriptionprotected final AttributeImpl<String>
AttributeReferenceImpl.referenceSourceAttribute
protected AttributeImpl<String>
ReferenceImpl.referenceTargetAttribute
Modifier and TypeMethodDescriptionvoid
ReferenceImpl.setReferenceTargetAttribute
(AttributeImpl<String> referenceTargetAttribute) Set the reference target attributeModifierConstructorDescriptionAttributeReferenceBuilderImpl
(AttributeImpl<String> referenceSourceAttribute, Class<T> referenceTargetElement) Create a newAttributeReferenceBuilderImpl
from 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 newAttributeReferenceBuilderImpl
from 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
ModifierConstructorDescriptionAttributeReferenceCollection
(AttributeImpl<String> referenceSourceAttribute)