Uses of Class
com.google.protobuf.WireFormat.FieldType

Uses of WireFormat.FieldType in com.google.protobuf
 

Methods in com.google.protobuf that return WireFormat.FieldType
 WireFormat.FieldType Descriptors.FieldDescriptor.getLiteType()
          For internal use only.
static WireFormat.FieldType WireFormat.FieldType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WireFormat.FieldType[] WireFormat.FieldType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.google.protobuf with parameters of type WireFormat.FieldType
static
<ContainingType extends MessageLite,Type>
GeneratedMessageLite.GeneratedExtension<ContainingType,Type>
GeneratedMessageLite.newRepeatedGeneratedExtension(ContainingType containingTypeDefaultInstance, MessageLite messageDefaultInstance, Internal.EnumLiteMap<?> enumTypeMap, int number, WireFormat.FieldType type, boolean isPacked)
          For use by generated code only.
static
<ContainingType extends MessageLite,Type>
GeneratedMessageLite.GeneratedExtension<ContainingType,Type>
GeneratedMessageLite.newSingularGeneratedExtension(ContainingType containingTypeDefaultInstance, Type defaultValue, MessageLite messageDefaultInstance, Internal.EnumLiteMap<?> enumTypeMap, int number, WireFormat.FieldType type)
          For use by generated code only.
 



Copyright © 2008-2011 Google. All Rights Reserved.