Uses of Enum Class
io.resys.hdes.client.api.ast.TypeDef.ValueType
Packages that use TypeDef.ValueType
Package
Description
-
Uses of TypeDef.ValueType in io.resys.hdes.client.api
Methods in io.resys.hdes.client.api with parameters of type TypeDef.ValueTypeModifier and TypeMethodDescriptionHdesClient.HdesTypesMapper.expression(TypeDef.ValueType valueType, String src) HdesAstTypes.DataTypeAstBuilder.valueType(TypeDef.ValueType valueType) -
Uses of TypeDef.ValueType in io.resys.hdes.client.api.ast
Methods in io.resys.hdes.client.api.ast that return TypeDef.ValueTypeModifier and TypeMethodDescriptionImmutableTypeDef.getValueType()abstract TypeDef.ValueTypeTypeDef.getValueType()static TypeDef.ValueTypeReturns the enum constant of this class with the specified name.static TypeDef.ValueType[]TypeDef.ValueType.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 that return types with arguments of type TypeDef.ValueTypeModifier and TypeMethodDescriptionAstDecision.getHeaderExpressions()com.google.common.collect.ImmutableMap<TypeDef.ValueType,List<String>> ImmutableAstDecision.getHeaderExpressions()Methods in io.resys.hdes.client.api.ast with parameters of type TypeDef.ValueTypeModifier and TypeMethodDescriptionImmutableAstDecision.Builder.putHeaderExpressions(TypeDef.ValueType key, List<String> value) Put one entry to theheaderExpressionsmap.final ImmutableTypeDef.BuilderImmutableTypeDef.Builder.valueType(TypeDef.ValueType valueType) Initializes the value for thevalueTypeattribute.final ImmutableTypeDefImmutableTypeDef.withValueType(TypeDef.ValueType value) Copy the current immutable object by setting a value for thevalueTypeattribute.Method parameters in io.resys.hdes.client.api.ast with type arguments of type TypeDef.ValueTypeModifier and TypeMethodDescriptionImmutableAstDecision.Builder.headerExpressions(Map<TypeDef.ValueType, ? extends List<String>> entries) Sets or replaces all mappings from the specified map as entries for theheaderExpressionsmap.ImmutableAstDecision.Builder.putAllHeaderExpressions(Map<TypeDef.ValueType, ? extends List<String>> entries) Put all mappings from the specified map as entries toheaderExpressionsmap.ImmutableAstDecision.Builder.putHeaderExpressions(Map.Entry<TypeDef.ValueType, ? extends List<String>> entry) Put one entry to theheaderExpressionsmap.final ImmutableAstDecisionImmutableAstDecision.withHeaderExpressions(Map<TypeDef.ValueType, ? extends List<String>> entries) Copy the current immutable object by replacing theheaderExpressionsmap with the specified map. -
Uses of TypeDef.ValueType in io.resys.hdes.client.api.programs
Methods in io.resys.hdes.client.api.programs that return TypeDef.ValueTypeModifier and TypeMethodDescriptionExpressionProgram.ExpressionResult.getType()ExpressionProgram.getType()ImmutableExpressionResult.getType()Methods in io.resys.hdes.client.api.programs with parameters of type TypeDef.ValueTypeModifier and TypeMethodDescriptionImmutableExpressionResult.Builder.type(TypeDef.ValueType type) Initializes the value for thetypeattribute.ImmutableExpressionResult.withType(TypeDef.ValueType value) Copy the current immutable object by setting a value for thetypeattribute. -
Uses of TypeDef.ValueType in io.resys.hdes.client.spi
Methods in io.resys.hdes.client.spi with parameters of type TypeDef.ValueTypeModifier and TypeMethodDescriptionHdesTypeDefsFactory.expression(TypeDef.ValueType valueType, String src) HdesTypeDefsFactory.GenericDataTypeBuilder.valueType(TypeDef.ValueType valueType) -
Uses of TypeDef.ValueType in io.resys.hdes.client.spi.decision.ast
Methods in io.resys.hdes.client.spi.decision.ast that return TypeDef.ValueTypeMethods in io.resys.hdes.client.spi.decision.ast with parameters of type TypeDef.ValueType -
Uses of TypeDef.ValueType in io.resys.hdes.client.spi.expression
Methods in io.resys.hdes.client.spi.expression with parameters of type TypeDef.ValueTypeModifier and TypeMethodDescriptionOperation<?>OperationDate.Builder.build(String value, TypeDef.ValueType valueType, Consumer<String> constants) Operation<?>OperationNumber.Builder.build(String value, TypeDef.ValueType valueType, Consumer<String> constants) ExpressionProgramFactory.Builder.valueType(TypeDef.ValueType valueType)