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

Packages that use EnumDescriptor
org.apache.activemq.protobuf.compiler   
 

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

Methods in org.apache.activemq.protobuf.compiler that return EnumDescriptor
 EnumDescriptor EnumFieldDescriptor.getParent()
           
 

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

Method parameters in org.apache.activemq.protobuf.compiler with type arguments of type EnumDescriptor
 void MessageDescriptor.setEnums(java.util.Map<java.lang.String,EnumDescriptor> enums)
           
 void ProtoDescriptor.setEnums(java.util.Map<java.lang.String,EnumDescriptor> enums)
           
 

Constructors in org.apache.activemq.protobuf.compiler with parameters of type EnumDescriptor
EnumFieldDescriptor(EnumDescriptor parent)
           
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.