com.google.protobuf.gwt.shared
Interface ProtocolMessageEnum


public interface ProtocolMessageEnum

Interface of useful methods added to all enums generated by the protocol compiler.

Author:
vkulikov@alum.mit.edu Vitaliy Kulikov Based on the original non-GWT Java implementation by kenton@google.com Kenton Varda

Method Summary
 int getNumber()
          Return the value's numeric value as defined in the .proto file.
 

Method Detail

getNumber

int getNumber()
Return the value's numeric value as defined in the .proto file.



Copyright © 2014 InMobi. All rights reserved.