Uses of Enum
io.camunda.zeebe.protocol.record.value.BpmnElementType
Packages that use BpmnElementType
-
Uses of BpmnElementType in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return BpmnElementTypeModifier and TypeMethodDescriptionstatic BpmnElementTypeBpmnElementType.bpmnElementTypeFor(String elementTypeName) ImmutableProcessInstanceRecordValue.getBpmnElementType()ProcessInstanceRecordValue.getBpmnElementType()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 io.camunda.zeebe.protocol.record.value with parameters of type BpmnElementTypeModifier and TypeMethodDescriptionImmutableProcessInstanceRecordValue.Builder.withBpmnElementType(BpmnElementType bpmnElementType) Initializes the value for thebpmnElementTypeattribute.ImmutableProcessInstanceRecordValue.withBpmnElementType(BpmnElementType value) Copy the current immutable object by setting a value for thebpmnElementTypeattribute.