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
 String getAggregateValue()
           
 double getDoubleValue()
           
 String getIdentifierValue()
           
 DescriptorProtos.UninterpretedOption.NamePart getName(int index)
           
 int getNameCount()
           
 List<DescriptorProtos.UninterpretedOption.NamePart> getNameList()
           
 DescriptorProtos.UninterpretedOption.NamePartOrBuilder getNameOrBuilder(int index)
           
 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

List<DescriptorProtos.UninterpretedOption.NamePart> getNameList()

getName

DescriptorProtos.UninterpretedOption.NamePart getName(int index)

getNameCount

int getNameCount()

getNameOrBuilderList

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

getNameOrBuilder

DescriptorProtos.UninterpretedOption.NamePartOrBuilder getNameOrBuilder(int index)

hasIdentifierValue

boolean hasIdentifierValue()

getIdentifierValue

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

String getAggregateValue()


Copyright © 2008-2011. All Rights Reserved.