Uses of Class
org.flowable.dmn.model.DmnExtensionAttribute
Packages that use DmnExtensionAttribute
-
Uses of DmnExtensionAttribute in org.flowable.dmn.model
Fields in org.flowable.dmn.model with type parameters of type DmnExtensionAttributeModifier and TypeFieldDescriptionprotected Map
<String, List<DmnExtensionAttribute>> DmnElement.attributes
extension attributes could be part of each elementprotected Map
<String, List<DmnExtensionAttribute>> DmnExtensionElement.attributes
extension attributes could be part of each elementMethods in org.flowable.dmn.model that return DmnExtensionAttributeMethods in org.flowable.dmn.model that return types with arguments of type DmnExtensionAttributeMethods in org.flowable.dmn.model with parameters of type DmnExtensionAttributeModifier and TypeMethodDescriptionvoid
DmnElement.addAttribute
(DmnExtensionAttribute attribute) void
DmnExtensionAttribute.setValues
(DmnExtensionAttribute otherAttribute) Method parameters in org.flowable.dmn.model with type arguments of type DmnExtensionAttributeModifier and TypeMethodDescriptionvoid
DmnElement.setAttributes
(Map<String, List<DmnExtensionAttribute>> attributes)