- java.lang.Object
-
- swim.protobuf.schema.ProtobufType<T>
-
- swim.protobuf.schema.ProtobufPrimitiveType<T>
-
- swim.protobuf.schema.ProtobufFixed64Type<T>
-
public abstract class ProtobufFixed64Type<T> extends ProtobufPrimitiveType<T>
-
-
Constructor Summary
Constructors Constructor Description ProtobufFixed64Type()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract T
cast(long value)
ProtobufWireType
wireType()
-
-
-
Method Detail
-
wireType
public final ProtobufWireType wireType()
- Specified by:
wireType
in classProtobufType<T>
-
cast
public abstract T cast(long value)
-
-