Uses of Enum Class
com.cognite.client.dto.SequenceColumn.ValueType
Packages that use SequenceColumn.ValueType
-
Uses of SequenceColumn.ValueType in com.cognite.client.dto
Methods in com.cognite.client.dto that return SequenceColumn.ValueTypeModifier and TypeMethodDescriptionstatic SequenceColumn.ValueTypeSequenceColumn.ValueType.forNumber(int value) SequenceColumn.Builder.getValueType().com.cognite.client.dto.SequenceColumn.ValueType value_type = 4;SequenceColumn.getValueType().com.cognite.client.dto.SequenceColumn.ValueType value_type = 4;SequenceColumnOrBuilder.getValueType().com.cognite.client.dto.SequenceColumn.ValueType value_type = 4;static SequenceColumn.ValueTypeSequenceColumn.ValueType.valueOf(int value) Deprecated.static SequenceColumn.ValueTypeSequenceColumn.ValueType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static SequenceColumn.ValueTypeReturns the enum constant of this class with the specified name.static SequenceColumn.ValueType[]SequenceColumn.ValueType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.cognite.client.dto that return types with arguments of type SequenceColumn.ValueTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<SequenceColumn.ValueType>SequenceColumn.ValueType.internalGetValueMap()Methods in com.cognite.client.dto with parameters of type SequenceColumn.ValueTypeModifier and TypeMethodDescriptionSequenceColumn.Builder.setValueType(SequenceColumn.ValueType value) .com.cognite.client.dto.SequenceColumn.ValueType value_type = 4; -
Uses of SequenceColumn.ValueType in com.cognite.client.servicesV1.parser
Methods in com.cognite.client.servicesV1.parser that return types with arguments of type SequenceColumn.ValueTypeModifier and TypeMethodDescriptionstatic Optional<SequenceColumn.ValueType>SequenceParser.parseValueType(String type) Tries to parse a string into aSequenceColumn.ValueType.Methods in com.cognite.client.servicesV1.parser with parameters of type SequenceColumn.ValueTypeModifier and TypeMethodDescriptionstatic StringSequenceParser.toString(SequenceColumn.ValueType valueType) Returns the string representation of aSequenceColumn.ValueType.