Uses of Enum Class
io.resys.hdes.client.api.ast.TypeDef.Direction
Packages that use TypeDef.Direction
Package
Description
-
Uses of TypeDef.Direction in io.resys.hdes.client.api
Methods in io.resys.hdes.client.api with parameters of type TypeDef.DirectionModifier and TypeMethodDescriptionHdesAstTypes.DataTypeAstBuilder.direction(TypeDef.Direction direction) -
Uses of TypeDef.Direction in io.resys.hdes.client.api.ast
Methods in io.resys.hdes.client.api.ast that return TypeDef.DirectionModifier and TypeMethodDescriptionImmutableTypeDef.getDirection()abstract TypeDef.DirectionTypeDef.getDirection()static TypeDef.DirectionReturns the enum constant of this class with the specified name.static TypeDef.Direction[]TypeDef.Direction.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 TypeDef.DirectionModifier and TypeMethodDescriptionfinal ImmutableTypeDef.BuilderImmutableTypeDef.Builder.direction(TypeDef.Direction direction) Initializes the value for thedirectionattribute.final ImmutableTypeDefImmutableTypeDef.withDirection(TypeDef.Direction value) Copy the current immutable object by setting a value for thedirectionattribute. -
Uses of TypeDef.Direction in io.resys.hdes.client.spi
Methods in io.resys.hdes.client.spi with parameters of type TypeDef.DirectionModifier and TypeMethodDescriptionHdesTypeDefsFactory.GenericDataTypeBuilder.direction(TypeDef.Direction direction) -
Uses of TypeDef.Direction in io.resys.hdes.client.spi.decision.ast
Methods in io.resys.hdes.client.spi.decision.ast that return TypeDef.DirectionMethods in io.resys.hdes.client.spi.decision.ast with parameters of type TypeDef.DirectionModifier and TypeMethodDescriptionCommandMapper.Builder.addHeader(TypeDef.Direction direction, String name) CommandMapper.Builder.changeHeaderDirection(String id, TypeDef.Direction value) CommandMapper.MutableHeader.setDirection(TypeDef.Direction direction) Constructors in io.resys.hdes.client.spi.decision.ast with parameters of type TypeDef.Direction