com.google.protobuf
Interface DescriptorProtos.UninterpretedOptionOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
DescriptorProtos.UninterpretedOption, DescriptorProtos.UninterpretedOption.Builder
Enclosing class:
DescriptorProtos

public static interface DescriptorProtos.UninterpretedOptionOrBuilder
extends MessageOrBuilder


Method Summary
 java.lang.String getAggregateValue()
           
 double getDoubleValue()
           
 java.lang.String getIdentifierValue()
           
 DescriptorProtos.UninterpretedOption.NamePart getName(int index)
           
 int getNameCount()
           
 java.util.List<DescriptorProtos.UninterpretedOption.NamePart> getNameList()
           
 DescriptorProtos.UninterpretedOption.NamePartOrBuilder getNameOrBuilder(int index)
           
 java.util.List<? extends DescriptorProtos.UninterpretedOption.NamePartOrBuilder> getNameOrBuilderList()
           
 long getNegativeIntValue()
           
 long getPositiveIntValue()
           
 ByteString getStringValue()
           
 boolean hasAggregateValue()
           
 boolean hasDoubleValue()
           
 boolean hasIdentifierValue()
           
 boolean hasNegativeIntValue()
           
 boolean hasPositiveIntValue()
           
 boolean hasStringValue()
           
 
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

getNameList

java.util.List<DescriptorProtos.UninterpretedOption.NamePart> getNameList()

getName

DescriptorProtos.UninterpretedOption.NamePart getName(int index)

getNameCount

int getNameCount()

getNameOrBuilderList

java.util.List<? extends DescriptorProtos.UninterpretedOption.NamePartOrBuilder> getNameOrBuilderList()

getNameOrBuilder

DescriptorProtos.UninterpretedOption.NamePartOrBuilder getNameOrBuilder(int index)

hasIdentifierValue

boolean hasIdentifierValue()

getIdentifierValue

java.lang.String getIdentifierValue()

hasPositiveIntValue

boolean hasPositiveIntValue()

getPositiveIntValue

long getPositiveIntValue()

hasNegativeIntValue

boolean hasNegativeIntValue()

getNegativeIntValue

long getNegativeIntValue()

hasDoubleValue

boolean hasDoubleValue()

getDoubleValue

double getDoubleValue()

hasStringValue

boolean hasStringValue()

getStringValue

ByteString getStringValue()

hasAggregateValue

boolean hasAggregateValue()

getAggregateValue

java.lang.String getAggregateValue()


Copyright © 2008-2011 Google. All Rights Reserved.