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


Method Summary
 java.lang.String getName()
           
 DescriptorProtos.EnumOptions getOptions()
           
 DescriptorProtos.EnumOptionsOrBuilder getOptionsOrBuilder()
           
 DescriptorProtos.EnumValueDescriptorProto getValue(int index)
           
 int getValueCount()
           
 java.util.List<DescriptorProtos.EnumValueDescriptorProto> getValueList()
           
 DescriptorProtos.EnumValueDescriptorProtoOrBuilder getValueOrBuilder(int index)
           
 java.util.List<? extends DescriptorProtos.EnumValueDescriptorProtoOrBuilder> getValueOrBuilderList()
           
 boolean hasName()
           
 boolean hasOptions()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

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.