Uses of Enum Class
io.dingodb.version.Version.VersionType
Packages that use Version.VersionType
-
Uses of Version.VersionType in io.dingodb.version
Methods in io.dingodb.version that return Version.VersionTypeModifier and TypeMethodDescriptionstatic Version.VersionTypeVersion.VersionType.forNumber(int value) Version.VersionId.Builder.getType().dingodb.pb.version.VersionType type = 1;Version.VersionId.getType().dingodb.pb.version.VersionType type = 1;Version.VersionIdOrBuilder.getType().dingodb.pb.version.VersionType type = 1;static Version.VersionTypeVersion.VersionType.valueOf(int value) Deprecated.static Version.VersionTypeVersion.VersionType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Version.VersionTypeReturns the enum constant of this class with the specified name.static Version.VersionType[]Version.VersionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.dingodb.version that return types with arguments of type Version.VersionTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Version.VersionType>Version.VersionType.internalGetValueMap()Methods in io.dingodb.version with parameters of type Version.VersionTypeModifier and TypeMethodDescriptionVersion.VersionId.Builder.setType(Version.VersionType value) .dingodb.pb.version.VersionType type = 1;