Uses of Class
org.openstreetmap.josm.data.protobuf.WireType
-
Packages that use WireType Package Description org.openstreetmap.josm.data.protobuf -
-
Uses of WireType in org.openstreetmap.josm.data.protobuf
Fields in org.openstreetmap.josm.data.protobuf declared as WireType Modifier and Type Field Description private WireType
ProtobufRecord. type
Methods in org.openstreetmap.josm.data.protobuf that return WireType Modifier and Type Method Description WireType
ProtobufRecord. getType()
Get the WireType of the dataWireType
ProtobufParser. next()
Get the "next" WireTypestatic WireType
WireType. valueOf(String name)
Returns the enum constant of this type with the specified name.static WireType[]
WireType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-