Uses of Enum Class
com.google.protobuf.Writer.FieldOrder
Packages that use Writer.FieldOrder
-
Uses of Writer.FieldOrder in com.google.protobuf
Subclasses with type arguments of type Writer.FieldOrder in com.google.protobufModifier and TypeClassDescriptionstatic enumThe order in which the fields are written by aWriter.Methods in com.google.protobuf that return Writer.FieldOrderModifier and TypeMethodDescriptionfinal Writer.FieldOrderBinaryWriter.fieldOrder()CodedOutputStreamWriter.fieldOrder()Writer.fieldOrder()Indicates the order in which the fields are written by thisWriter.static Writer.FieldOrderReturns the enum constant of this class with the specified name.static Writer.FieldOrder[]Writer.FieldOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.