Uses of Class
org.camunda.bpm.model.xml.impl.type.attribute.AttributeImpl
-
-
Uses of AttributeImpl in org.camunda.bpm.model.cmmn.impl.instance
Constructors in org.camunda.bpm.model.cmmn.impl.instance with parameters of type AttributeImpl Constructor Description CmmnAttributeElementReferenceCollection(AttributeImpl<java.lang.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.attribute Modifier and Type Class Description classBooleanAttributeclass for providing Boolean value attributes.classDoubleAttributeclassEnumAttribute<T extends java.lang.Enum<T>>An attribute exposing an Enum valueclassIntegerAttributeclassNamedEnumAttribute<T extends java.lang.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<java.lang.String>AttributeReferenceImpl. referenceSourceAttributeprotected AttributeImpl<java.lang.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<java.lang.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<java.lang.String> referenceSourceAttribute, java.lang.Class<T> referenceTargetElement)Create a newAttributeReferenceBuilderImplfrom the reference source attribute to the reference target model element instanceAttributeReferenceCollectionBuilderImpl(AttributeImpl<java.lang.String> attribute, java.lang.Class<T> referenceTargetElement, java.lang.Class<? extends AttributeReferenceCollection> attributeReferenceCollection)AttributeReferenceImpl(AttributeImpl<java.lang.String> referenceSourceAttribute)QNameAttributeReferenceBuilderImpl(AttributeImpl<java.lang.String> referenceSourceAttribute, java.lang.Class<T> referenceTargetElement)Create a newAttributeReferenceBuilderImplfrom the reference source attribute to the reference target model element instanceQNameAttributeReferenceImpl(AttributeImpl<java.lang.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<java.lang.String> referenceSourceAttribute)
-