Uses of Enum Class
fsutil.types.Wire.Packet.PacketType
Packages that use Wire.Packet.PacketType
-
Uses of Wire.Packet.PacketType in fsutil.types
Subclasses with type arguments of type Wire.Packet.PacketType in fsutil.typesModifier and TypeClassDescriptionstatic enum
Protobuf enumfsutil.types.Packet.PacketType
Methods in fsutil.types that return Wire.Packet.PacketTypeModifier and TypeMethodDescriptionstatic Wire.Packet.PacketType
Wire.Packet.PacketType.forNumber
(int value) Wire.Packet.Builder.getType()
.fsutil.types.Packet.PacketType type = 1;
Wire.Packet.getType()
.fsutil.types.Packet.PacketType type = 1;
Wire.PacketOrBuilder.getType()
.fsutil.types.Packet.PacketType type = 1;
static Wire.Packet.PacketType
Wire.Packet.PacketType.valueOf
(int value) Deprecated.static Wire.Packet.PacketType
Wire.Packet.PacketType.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Wire.Packet.PacketType
Returns the enum constant of this class with the specified name.static Wire.Packet.PacketType[]
Wire.Packet.PacketType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in fsutil.types that return types with arguments of type Wire.Packet.PacketTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<Wire.Packet.PacketType> Wire.Packet.PacketType.internalGetValueMap()
Methods in fsutil.types with parameters of type Wire.Packet.PacketTypeModifier and TypeMethodDescriptionWire.Packet.Builder.setType
(Wire.Packet.PacketType value) .fsutil.types.Packet.PacketType type = 1;