Package hydra.ext.protobuf.proto3
Class ScalarType.Sint32
- java.lang.Object
-
- hydra.ext.protobuf.proto3.ScalarType
-
- hydra.ext.protobuf.proto3.ScalarType.Sint32
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ScalarType
public static final class ScalarType.Sint32 extends ScalarType implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.ext.protobuf.proto3.ScalarType
ScalarType.Bool, ScalarType.Bytes, ScalarType.Double_, ScalarType.Fixed32, ScalarType.Fixed64, ScalarType.Float_, ScalarType.Int32, ScalarType.Int64, ScalarType.PartialVisitor<R>, ScalarType.Sfixed32, ScalarType.Sfixed64, ScalarType.Sint32, ScalarType.Sint64, ScalarType.String_, ScalarType.Uint32, ScalarType.Uint64, ScalarType.Visitor<R>
-
-
Field Summary
-
Fields inherited from class hydra.ext.protobuf.proto3.ScalarType
FIELD_NAME_BOOL, FIELD_NAME_BYTES, FIELD_NAME_DOUBLE, FIELD_NAME_FIXED32, FIELD_NAME_FIXED64, FIELD_NAME_FLOAT, FIELD_NAME_INT32, FIELD_NAME_INT64, FIELD_NAME_SFIXED32, FIELD_NAME_SFIXED64, FIELD_NAME_SINT32, FIELD_NAME_SINT64, FIELD_NAME_STRING, FIELD_NAME_UINT32, FIELD_NAME_UINT64, TYPE_NAME
-
-
Constructor Summary
Constructors Constructor Description Sint32()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> R
accept(ScalarType.Visitor<R> visitor)
boolean
equals(java.lang.Object other)
int
hashCode()
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
accept
public <R> R accept(ScalarType.Visitor<R> visitor)
- Specified by:
accept
in classScalarType
-
-