Uses of Class
org.apache.activemq.protobuf.compiler.FieldDescriptor

Packages that use FieldDescriptor
org.apache.activemq.protobuf.compiler   
org.apache.activemq.protobuf.compiler.parser   
 

Uses of FieldDescriptor in org.apache.activemq.protobuf.compiler
 

Methods in org.apache.activemq.protobuf.compiler that return types with arguments of type FieldDescriptor
 java.util.Map<java.lang.String,FieldDescriptor> MessageDescriptor.getFields()
           
 

Method parameters in org.apache.activemq.protobuf.compiler with type arguments of type FieldDescriptor
 void MessageDescriptor.setFields(java.util.Map<java.lang.String,FieldDescriptor> fields)
           
 

Uses of FieldDescriptor in org.apache.activemq.protobuf.compiler.parser
 

Methods in org.apache.activemq.protobuf.compiler.parser that return FieldDescriptor
 FieldDescriptor ProtoParser.FieldDescriptor(MessageDescriptor parent)
          Parses something like: optional string foo = 1;
 



Copyright © 2011. All Rights Reserved.