Uses of Class
io.zeebe.protocol.record.value.BpmnElementType
-
Packages that use BpmnElementType Package Description io.zeebe.protocol.record.value -
-
Uses of BpmnElementType in io.zeebe.protocol.record.value
Methods in io.zeebe.protocol.record.value that return BpmnElementType Modifier and Type Method Description static BpmnElementTypeBpmnElementType. bpmnElementTypeFor(String elementTypeName)BpmnElementTypeProcessInstanceRecordValue. getBpmnElementType()static BpmnElementTypeBpmnElementType. valueOf(String name)Returns 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.
-