public enum ProtoField.WireKind

  1. Object
  2. Enum<ProtoField.WireKind>
  3. ProtoField.WireKind

ImplementsComparable<ProtoField.WireKind>

Integer encoding selectors. DEFAULT matches int32 / int64 / uint32 / uint64 (varint). SINT matches sint32 / sint64 (ZigZag-encoded varint). FIXED matches fixed32 / fixed64 / sfixed32 / sfixed64 (fixed-width).

Enum constants

DEFAULT
SINT
FIXED

Methods

public static ProtoField.WireKind[] values()
public static ProtoField.WireKind valueOf(String name)

Inherited methods

Enum constant details

DEFAULT

DEFAULT

SINT

SINT

FIXED

FIXED

Method details

values

public static ProtoField.WireKind[] values()

valueOf

public static ProtoField.WireKind valueOf(String name)