Uses of Enum Class
io.resys.hdes.client.api.ast.AstService.AstServiceType
Packages that use AstService.AstServiceType
-
Uses of AstService.AstServiceType in io.resys.hdes.client.api.ast
Methods in io.resys.hdes.client.api.ast that return AstService.AstServiceTypeModifier and TypeMethodDescriptionAstService.getExecutorType()ImmutableAstService.getExecutorType()static AstService.AstServiceTypeReturns the enum constant of this class with the specified name.static AstService.AstServiceType[]AstService.AstServiceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.resys.hdes.client.api.ast with parameters of type AstService.AstServiceTypeModifier and TypeMethodDescriptionImmutableAstService.Builder.executorType(AstService.AstServiceType executorType) Initializes the value for theexecutorTypeattribute.final ImmutableAstServiceImmutableAstService.withExecutorType(AstService.AstServiceType value) Copy the current immutable object by setting a value for theexecutorTypeattribute. -
Uses of AstService.AstServiceType in io.resys.hdes.client.api.programs
Methods in io.resys.hdes.client.api.programs that return AstService.AstServiceTypeModifier and TypeMethodDescriptionImmutableServiceProgram.getExecutorType()ServiceProgram.getExecutorType()Methods in io.resys.hdes.client.api.programs with parameters of type AstService.AstServiceTypeModifier and TypeMethodDescriptionImmutableServiceProgram.Builder.executorType(AstService.AstServiceType executorType) Initializes the value for theexecutorTypeattribute.final ImmutableServiceProgramImmutableServiceProgram.withExecutorType(AstService.AstServiceType value) Copy the current immutable object by setting a value for theexecutorTypeattribute.