|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EnumDescriptor | |
---|---|
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 | |
---|---|
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)
|
Uses of EnumDescriptor in org.apache.activemq.protobuf.compiler.parser |
---|
Methods in org.apache.activemq.protobuf.compiler.parser that return EnumDescriptor | |
---|---|
EnumDescriptor |
ProtoParser.EnumDescriptor(ProtoDescriptor proto,
MessageDescriptor parent)
|
Methods in org.apache.activemq.protobuf.compiler.parser with parameters of type EnumDescriptor | |
---|---|
EnumFieldDescriptor |
ProtoParser.EnumFieldDescriptor(EnumDescriptor parent)
Parses something like: optional string foo = 1; |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |