|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EnumFieldDescriptor | |
---|---|
org.apache.activemq.protobuf.compiler | |
org.apache.activemq.protobuf.compiler.parser |
Uses of EnumFieldDescriptor in org.apache.activemq.protobuf.compiler |
---|
Methods in org.apache.activemq.protobuf.compiler that return types with arguments of type EnumFieldDescriptor | |
---|---|
java.util.List<EnumFieldDescriptor> |
MessageDescriptor.getAssociatedEnumFieldDescriptors()
|
java.util.Map<java.lang.String,EnumFieldDescriptor> |
EnumDescriptor.getFields()
|
Methods in org.apache.activemq.protobuf.compiler with parameters of type EnumFieldDescriptor | |
---|---|
void |
EnumDescriptor.associate(EnumFieldDescriptor desc)
|
void |
TypeDescriptor.associate(EnumFieldDescriptor desc)
|
void |
MessageDescriptor.associate(EnumFieldDescriptor desc)
|
Method parameters in org.apache.activemq.protobuf.compiler with type arguments of type EnumFieldDescriptor | |
---|---|
void |
EnumDescriptor.setFields(java.util.Map<java.lang.String,EnumFieldDescriptor> fields)
|
Uses of EnumFieldDescriptor in org.apache.activemq.protobuf.compiler.parser |
---|
Methods in org.apache.activemq.protobuf.compiler.parser that return EnumFieldDescriptor | |
---|---|
EnumFieldDescriptor |
ProtoParser.EnumFieldDescriptor(EnumDescriptor parent)
Parses something like: optional string foo = 1; |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |