Uses of Enum Class
com.google.protobuf.DescriptorProtos.FieldOptions.CType
Packages that use DescriptorProtos.FieldOptions.CType
-
Uses of DescriptorProtos.FieldOptions.CType in com.google.protobuf
Fields in com.google.protobuf with type parameters of type DescriptorProtos.FieldOptions.CTypeModifier and TypeFieldDescriptionprivate static final Internal.EnumLiteMap
<DescriptorProtos.FieldOptions.CType> DescriptorProtos.FieldOptions.CType.internalValueMap
Methods in com.google.protobuf that return DescriptorProtos.FieldOptions.CTypeModifier and TypeMethodDescriptionDescriptorProtos.FieldOptions.CType.forNumber
(int value) DescriptorProtos.FieldOptions.Builder.getCtype()
NOTE: ctype is deprecated.DescriptorProtos.FieldOptions.getCtype()
NOTE: ctype is deprecated.DescriptorProtos.FieldOptionsOrBuilder.getCtype()
NOTE: ctype is deprecated.DescriptorProtos.FieldOptions.CType.valueOf
(int value) Deprecated.Returns the enum constant of this class with the specified name.static DescriptorProtos.FieldOptions.CType[]
DescriptorProtos.FieldOptions.CType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.FieldOptions.CTypeMethods in com.google.protobuf with parameters of type DescriptorProtos.FieldOptions.CTypeModifier and TypeMethodDescriptionDescriptorProtos.FieldOptions.Builder.setCtype
(DescriptorProtos.FieldOptions.CType value) NOTE: ctype is deprecated.private void
DescriptorProtos.FieldOptions.setCtype
(DescriptorProtos.FieldOptions.CType value) NOTE: ctype is deprecated.