Package com.google.protobuf
Interface AbstractMessageLite.InternalOneOfEnum
-
- All Known Implementing Classes:
Constant.ConstantKindCase,Decl.DeclKindCase,Expr.CreateStruct.Entry.KeyKindCase,Expr.ExprKindCase,ExprValue.KindCase,Type.TypeKindCase,Value.KindCase,Value.KindCase
- Enclosing class:
- AbstractMessageLite<MessageType extends AbstractMessageLite<MessageType,BuilderType>,BuilderType extends AbstractMessageLite.Builder<MessageType,BuilderType>>
protected static interface AbstractMessageLite.InternalOneOfEnumInterface for an enum which signifies which field in aoneofwas specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetNumber()Retrieves the field number of the field which was set in thisoneof, or0if none were.
-