Uses of Enum Class
io.dingodb.meta.Meta.EntityType
Packages that use Meta.EntityType
-
Uses of Meta.EntityType in io.dingodb.meta
Methods in io.dingodb.meta that return Meta.EntityTypeModifier and TypeMethodDescriptionstatic Meta.EntityTypeMeta.EntityType.forNumber(int value) Meta.DingoCommonId.Builder.getEntityType().dingodb.pb.meta.EntityType entity_type = 1;Meta.DingoCommonId.getEntityType().dingodb.pb.meta.EntityType entity_type = 1;Meta.DingoCommonIdOrBuilder.getEntityType().dingodb.pb.meta.EntityType entity_type = 1;static Meta.EntityTypeMeta.EntityType.valueOf(int value) Deprecated.static Meta.EntityTypeMeta.EntityType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Meta.EntityTypeReturns the enum constant of this class with the specified name.static Meta.EntityType[]Meta.EntityType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.dingodb.meta that return types with arguments of type Meta.EntityTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Meta.EntityType>Meta.EntityType.internalGetValueMap()Methods in io.dingodb.meta with parameters of type Meta.EntityTypeModifier and TypeMethodDescriptionMeta.DingoCommonId.Builder.setEntityType(Meta.EntityType value) .dingodb.pb.meta.EntityType entity_type = 1;