Uses of Enum Class
io.resys.hdes.client.api.ast.AstBody.AstBodyType
Packages that use AstBody.AstBodyType
Package
Description
-
Uses of AstBody.AstBodyType in io.resys.hdes.client.api
Methods in io.resys.hdes.client.api that return AstBody.AstBodyTypeModifier and TypeMethodDescriptionHdesStore.CreateStoreEntity.getBodyType()HdesStore.DeleteAstType.getBodyType()HdesStore.HistoryEntity.getBodyType()HdesStore.StoreEntity.getBodyType()HdesStore.UpdateStoreEntityWithBodyType.getBodyType()ImmutableCreateStoreEntity.getBodyType()ImmutableDeleteAstType.getBodyType()ImmutableHistoryEntity.getBodyType()ImmutableStoreEntity.getBodyType()ImmutableUpdateStoreEntityWithBodyType.getBodyType()HdesComposer.CreateEntity.getType()ImmutableCreateEntity.getType()Methods in io.resys.hdes.client.api with parameters of type AstBody.AstBodyTypeModifier and TypeMethodDescriptionImmutableCreateStoreEntity.Builder.bodyType(AstBody.AstBodyType bodyType) Initializes the value for thebodyTypeattribute.ImmutableDeleteAstType.Builder.bodyType(AstBody.AstBodyType bodyType) Initializes the value for thebodyTypeattribute.ImmutableHistoryEntity.Builder.bodyType(AstBody.AstBodyType bodyType) Initializes the value for thebodyTypeattribute.ImmutableStoreEntity.Builder.bodyType(AstBody.AstBodyType bodyType) Initializes the value for thebodyTypeattribute.ImmutableUpdateStoreEntityWithBodyType.Builder.bodyType(AstBody.AstBodyType bodyType) Initializes the value for thebodyTypeattribute.ImmutableCreateEntity.Builder.type(AstBody.AstBodyType type) Initializes the value for thetypeattribute.ImmutableCreateStoreEntity.withBodyType(AstBody.AstBodyType value) Copy the current immutable object by setting a value for thebodyTypeattribute.final ImmutableDeleteAstTypeImmutableDeleteAstType.withBodyType(AstBody.AstBodyType value) Copy the current immutable object by setting a value for thebodyTypeattribute.final ImmutableHistoryEntityImmutableHistoryEntity.withBodyType(AstBody.AstBodyType value) Copy the current immutable object by setting a value for thebodyTypeattribute.final ImmutableStoreEntityImmutableStoreEntity.withBodyType(AstBody.AstBodyType value) Copy the current immutable object by setting a value for thebodyTypeattribute.ImmutableUpdateStoreEntityWithBodyType.withBodyType(AstBody.AstBodyType value) Copy the current immutable object by setting a value for thebodyTypeattribute.final ImmutableCreateEntityImmutableCreateEntity.withType(AstBody.AstBodyType value) Copy the current immutable object by setting a value for thetypeattribute. -
Uses of AstBody.AstBodyType in io.resys.hdes.client.api.ast
Methods in io.resys.hdes.client.api.ast that return AstBody.AstBodyTypeModifier and TypeMethodDescriptionAstBody.AstSource.getBodyType()AstBody.getBodyType()AstService.AstServiceRef.getBodyType()AstTag.AstTagValue.getBodyType()ImmutableAstBranch.getBodyType()ImmutableAstDecision.getBodyType()ImmutableAstFlow.getBodyType()ImmutableAstService.getBodyType()ImmutableAstServiceRef.getBodyType()ImmutableAstSource.getBodyType()ImmutableAstTag.getBodyType()ImmutableAstTagValue.getBodyType()static AstBody.AstBodyTypeReturns the enum constant of this class with the specified name.static AstBody.AstBodyType[]AstBody.AstBodyType.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 AstBody.AstBodyTypeModifier and TypeMethodDescriptionImmutableAstBranch.Builder.bodyType(AstBody.AstBodyType bodyType) Initializes the value for thebodyTypeattribute.ImmutableAstDecision.Builder.bodyType(AstBody.AstBodyType bodyType) Initializes the value for thebodyTypeattribute.final ImmutableAstFlow.BuilderImmutableAstFlow.Builder.bodyType(AstBody.AstBodyType bodyType) Initializes the value for thebodyTypeattribute.ImmutableAstService.Builder.bodyType(AstBody.AstBodyType bodyType) Initializes the value for thebodyTypeattribute.ImmutableAstServiceRef.Builder.bodyType(AstBody.AstBodyType bodyType) Initializes the value for thebodyTypeattribute.ImmutableAstSource.Builder.bodyType(AstBody.AstBodyType bodyType) Initializes the value for thebodyTypeattribute.final ImmutableAstTag.BuilderImmutableAstTag.Builder.bodyType(AstBody.AstBodyType bodyType) Initializes the value for thebodyTypeattribute.ImmutableAstTagValue.Builder.bodyType(AstBody.AstBodyType bodyType) Initializes the value for thebodyTypeattribute.final ImmutableAstBranchImmutableAstBranch.withBodyType(AstBody.AstBodyType value) Copy the current immutable object by setting a value for thebodyTypeattribute.final ImmutableAstDecisionImmutableAstDecision.withBodyType(AstBody.AstBodyType value) Copy the current immutable object by setting a value for thebodyTypeattribute.final ImmutableAstFlowImmutableAstFlow.withBodyType(AstBody.AstBodyType value) Copy the current immutable object by setting a value for thebodyTypeattribute.final ImmutableAstServiceImmutableAstService.withBodyType(AstBody.AstBodyType value) Copy the current immutable object by setting a value for thebodyTypeattribute.final ImmutableAstServiceRefImmutableAstServiceRef.withBodyType(AstBody.AstBodyType value) Copy the current immutable object by setting a value for thebodyTypeattribute.final ImmutableAstSourceImmutableAstSource.withBodyType(AstBody.AstBodyType value) Copy the current immutable object by setting a value for thebodyTypeattribute.final ImmutableAstTagImmutableAstTag.withBodyType(AstBody.AstBodyType value) Copy the current immutable object by setting a value for thebodyTypeattribute.final ImmutableAstTagValueImmutableAstTagValue.withBodyType(AstBody.AstBodyType value) Copy the current immutable object by setting a value for thebodyTypeattribute. -
Uses of AstBody.AstBodyType in io.resys.hdes.client.api.programs
Methods in io.resys.hdes.client.api.programs that return AstBody.AstBodyTypeModifier and TypeMethodDescriptionImmutableProgramAssociation.getRefType()ProgramEnvir.ProgramAssociation.getRefType()ImmutableProgramWrapper.getType()ProgramEnvir.ProgramWrapper.getType()Methods in io.resys.hdes.client.api.programs with parameters of type AstBody.AstBodyTypeModifier and TypeMethodDescriptionImmutableProgramAssociation.Builder.refType(AstBody.AstBodyType refType) Initializes the value for therefTypeattribute.final ImmutableProgramWrapper.Builder<A,P> ImmutableProgramWrapper.Builder.type(AstBody.AstBodyType type) Initializes the value for thetypeattribute.ImmutableProgramAssociation.withRefType(AstBody.AstBodyType value) Copy the current immutable object by setting a value for therefTypeattribute.final ImmutableProgramWrapper<A,P> ImmutableProgramWrapper.withType(AstBody.AstBodyType value) Copy the current immutable object by setting a value for thetypeattribute. -
Uses of AstBody.AstBodyType in io.resys.hdes.client.spi.changeset
Methods in io.resys.hdes.client.spi.changeset with parameters of type AstBody.AstBodyTypeModifier and TypeMethodDescriptionAstCommandOptimiser.optimise(List<AstCommand> commands, AstBody.AstBodyType type) -
Uses of AstBody.AstBodyType in io.resys.hdes.client.spi.staticresources
Methods in io.resys.hdes.client.spi.staticresources with parameters of type AstBody.AstBodyTypeModifier and TypeMethodDescriptionStoreEntityLocation.getAbsolutePath(AstBody.AstBodyType type, String pointer) StoreEntityLocation.getBaseName(AstBody.AstBodyType type, String filename) StoreEntityLocation.getFileName(AstBody.AstBodyType type, String pointer) StoreEntityLocation.resolveTreeValue(String assetsPath, AstBody.AstBodyType bodyType, String id) -
Uses of AstBody.AstBodyType in io.resys.hdes.client.spi.store
Methods in io.resys.hdes.client.spi.store with parameters of type AstBody.AstBodyType