org.jetbrains.kotlin.serialization
Interface ProtoBuf.AnnotationOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
ProtoBuf.Annotation, ProtoBuf.Annotation.Builder
Enclosing class:
ProtoBuf

public static interface ProtoBuf.AnnotationOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder


Method Summary
 ProtoBuf.Annotation.Argument getArgument(int index)
          repeated .org.jetbrains.kotlin.serialization.Annotation.Argument argument = 2;
 int getArgumentCount()
          repeated .org.jetbrains.kotlin.serialization.Annotation.Argument argument = 2;
 java.util.List<ProtoBuf.Annotation.Argument> getArgumentList()
          repeated .org.jetbrains.kotlin.serialization.Annotation.Argument argument = 2;
 int getId()
          required int32 id = 1;
 boolean hasId()
          required int32 id = 1;
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

hasId

boolean hasId()
required int32 id = 1;


getId

int getId()
required int32 id = 1;


getArgumentList

java.util.List<ProtoBuf.Annotation.Argument> getArgumentList()
repeated .org.jetbrains.kotlin.serialization.Annotation.Argument argument = 2;


getArgument

ProtoBuf.Annotation.Argument getArgument(int index)
repeated .org.jetbrains.kotlin.serialization.Annotation.Argument argument = 2;


getArgumentCount

int getArgumentCount()
repeated .org.jetbrains.kotlin.serialization.Annotation.Argument argument = 2;