com.google.protobuf
Interface DescriptorProtos.EnumDescriptorProtoOrBuilder
- All Superinterfaces:
- MessageLiteOrBuilder, MessageOrBuilder
- All Known Implementing Classes:
- DescriptorProtos.EnumDescriptorProto, DescriptorProtos.EnumDescriptorProto.Builder
- Enclosing class:
- DescriptorProtos
public static interface DescriptorProtos.EnumDescriptorProtoOrBuilder
- extends MessageOrBuilder
hasName
boolean hasName()
getName
java.lang.String getName()
getValueList
java.util.List<DescriptorProtos.EnumValueDescriptorProto> getValueList()
getValue
DescriptorProtos.EnumValueDescriptorProto getValue(int index)
getValueCount
int getValueCount()
getValueOrBuilderList
java.util.List<? extends DescriptorProtos.EnumValueDescriptorProtoOrBuilder> getValueOrBuilderList()
getValueOrBuilder
DescriptorProtos.EnumValueDescriptorProtoOrBuilder getValueOrBuilder(int index)
hasOptions
boolean hasOptions()
getOptions
DescriptorProtos.EnumOptions getOptions()
getOptionsOrBuilder
DescriptorProtos.EnumOptionsOrBuilder getOptionsOrBuilder()
Copyright © 2008-2011 Google. All Rights Reserved.