Uses of Class
org.apache.activemq.protobuf.compiler.EnumDescriptor
-
Packages that use EnumDescriptor Package Description org.apache.activemq.protobuf.compiler org.apache.activemq.protobuf.compiler.parser -
-
Uses of EnumDescriptor in org.apache.activemq.protobuf.compiler
Methods in org.apache.activemq.protobuf.compiler that return EnumDescriptor Modifier and Type Method Description EnumDescriptor
EnumFieldDescriptor. getParent()
Methods in org.apache.activemq.protobuf.compiler that return types with arguments of type EnumDescriptor Modifier and Type Method Description 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 Modifier and Type Method Description 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 Constructor Description EnumFieldDescriptor(EnumDescriptor parent)
-
Uses of EnumDescriptor in org.apache.activemq.protobuf.compiler.parser
Methods in org.apache.activemq.protobuf.compiler.parser that return EnumDescriptor Modifier and Type Method Description EnumDescriptor
ProtoParser. EnumDescriptor(ProtoDescriptor proto, MessageDescriptor parent)
Methods in org.apache.activemq.protobuf.compiler.parser with parameters of type EnumDescriptor Modifier and Type Method Description EnumFieldDescriptor
ProtoParser. EnumFieldDescriptor(EnumDescriptor parent)
Parses something like: optional string foo = 1;
-