Uses of Class
org.flowable.dmn.model.DmnExtensionAttribute
-
-
Uses of DmnExtensionAttribute in org.flowable.dmn.model
Fields in org.flowable.dmn.model with type parameters of type DmnExtensionAttribute Modifier and Type Field Description protected Map<String,List<DmnExtensionAttribute>>DmnElement. attributesextension attributes could be part of each elementprotected Map<String,List<DmnExtensionAttribute>>DmnExtensionElement. attributesextension attributes could be part of each elementMethods in org.flowable.dmn.model that return DmnExtensionAttribute Modifier and Type Method Description DmnExtensionAttributeDmnExtensionAttribute. clone()Methods in org.flowable.dmn.model that return types with arguments of type DmnExtensionAttribute Modifier and Type Method Description Map<String,List<DmnExtensionAttribute>>DmnElement. getAttributes()Methods in org.flowable.dmn.model with parameters of type DmnExtensionAttribute Modifier and Type Method Description voidDmnElement. addAttribute(DmnExtensionAttribute attribute)voidDmnExtensionAttribute. setValues(DmnExtensionAttribute otherAttribute)Method parameters in org.flowable.dmn.model with type arguments of type DmnExtensionAttribute Modifier and Type Method Description voidDmnElement. setAttributes(Map<String,List<DmnExtensionAttribute>> attributes)
-