Uses of Enum
org.camunda.community.bpmndt.model.BpmnElementType
Packages that use BpmnElementType
-
Uses of BpmnElementType in org.camunda.community.bpmndt.model
Methods in org.camunda.community.bpmndt.model that return BpmnElementTypeModifier and TypeMethodDescriptionBpmnElement.getType()Returns the type orOTHER, if there is no explicit type.static BpmnElementTypeReturns the enum constant of this type with the specified name.static BpmnElementType[]BpmnElementType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.camunda.community.bpmndt.model with parameters of type BpmnElementTypeModifier and TypeMethodDescriptionbooleanBpmnElement.hasPrevious(BpmnElementType type) Checks if the BPMN element has a predecessor and the predecessor's type is the given type.