Uses of Enum Class
io.resys.hdes.client.api.programs.FlowProgram.FlowProgramStepPointerType
Packages that use FlowProgram.FlowProgramStepPointerType
-
Uses of FlowProgram.FlowProgramStepPointerType in io.resys.hdes.client.api.programs
Methods in io.resys.hdes.client.api.programs that return FlowProgram.FlowProgramStepPointerTypeModifier and TypeMethodDescriptionFlowProgram.FlowProgramStepPointer.getType()ImmutableFlowProgramStepEndPointer.getType()ImmutableFlowProgramStepThenPointer.getType()ImmutableFlowProgramStepWhenThenPointer.getType()Returns the enum constant of this class with the specified name.FlowProgram.FlowProgramStepPointerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.resys.hdes.client.api.programs with parameters of type FlowProgram.FlowProgramStepPointerTypeModifier and TypeMethodDescriptionImmutableFlowProgramStepEndPointer.Builder.type(FlowProgram.FlowProgramStepPointerType type) Initializes the value for thetypeattribute.ImmutableFlowProgramStepThenPointer.Builder.type(FlowProgram.FlowProgramStepPointerType type) Initializes the value for thetypeattribute.ImmutableFlowProgramStepWhenThenPointer.Builder.type(FlowProgram.FlowProgramStepPointerType type) Initializes the value for thetypeattribute.ImmutableFlowProgramStepEndPointer.withType(FlowProgram.FlowProgramStepPointerType value) Copy the current immutable object by setting a value for thetypeattribute.ImmutableFlowProgramStepThenPointer.withType(FlowProgram.FlowProgramStepPointerType value) Copy the current immutable object by setting a value for thetypeattribute.ImmutableFlowProgramStepWhenThenPointer.withType(FlowProgram.FlowProgramStepPointerType value) Copy the current immutable object by setting a value for thetypeattribute.