Package com.google.protobuf
Interface AbstractMessageLite.InternalOneOfEnum
- Enclosing class:
- AbstractMessageLite<MessageType extends AbstractMessageLite<MessageType,
BuilderType>, BuilderType extends AbstractMessageLite.Builder<MessageType, BuilderType>>
protected static interface AbstractMessageLite.InternalOneOfEnum
Interface for an enum which signifies which field in a
oneof was specified.-
Method Summary
Modifier and TypeMethodDescriptionintRetrieves the field number of the field which was set in thisoneof, or0if none were.
-
Method Details
-
getNumber
int getNumber()Retrieves the field number of the field which was set in thisoneof, or0if none were.
-