Uses of Class
org.camunda.bpm.model.xml.impl.type.attribute.AttributeImpl
-
Packages that use AttributeImpl Package Description 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 Modifier and Type Class Description classBooleanAttributeclass for providing Boolean value attributes.classDoubleAttributeclassEnumAttribute<T extends Enum<T>>An attribute exposing an Enum valueclassIntegerAttributeclassNamedEnumAttribute<T extends Enum<T>>classStringAttributeBase 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 Modifier and Type Field Description protected AttributeImpl<String>AttributeReferenceImpl. referenceSourceAttributeprotected AttributeImpl<String>ReferenceImpl. referenceTargetAttributeMethods in org.camunda.bpm.model.xml.impl.type.reference with parameters of type AttributeImpl Modifier and Type Method Description voidReferenceImpl. setReferenceTargetAttribute(AttributeImpl<String> referenceTargetAttribute)Set the reference target attributeConstructors in org.camunda.bpm.model.xml.impl.type.reference with parameters of type AttributeImpl Constructor Description AttributeReferenceBuilderImpl(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 AttributeImpl Constructor Description AttributeReferenceCollection(AttributeImpl<String> referenceSourceAttribute)
-