Uses of Class
org.activiti.bpmn.model.Interface
-
Packages that use Interface Package Description org.activiti.bpmn.model -
-
Uses of Interface in org.activiti.bpmn.model
Fields in org.activiti.bpmn.model with type parameters of type Interface Modifier and Type Field Description protected java.util.List<Interface>BpmnModel. interfacesMethods in org.activiti.bpmn.model that return Interface Modifier and Type Method Description InterfaceInterface. clone()Methods in org.activiti.bpmn.model that return types with arguments of type Interface Modifier and Type Method Description java.util.List<Interface>BpmnModel. getInterfaces()Methods in org.activiti.bpmn.model with parameters of type Interface Modifier and Type Method Description voidInterface. setValues(Interface otherElement)Method parameters in org.activiti.bpmn.model with type arguments of type Interface Modifier and Type Method Description voidBpmnModel. setInterfaces(java.util.List<Interface> interfaces)
-