org.jetbrains.jet.descriptors.serialization
Interface JavaProtoBuf.JavaPropertySignatureOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
JavaProtoBuf.JavaPropertySignature, JavaProtoBuf.JavaPropertySignature.Builder
Enclosing class:
JavaProtoBuf

public static interface JavaProtoBuf.JavaPropertySignatureOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder


Method Summary
 JavaProtoBuf.JavaFieldSignature getField()
           
 JavaProtoBuf.JavaMethodSignature getGetter()
           
 JavaProtoBuf.JavaMethodSignature getSetter()
           
 int getSyntheticMethodName()
           
 boolean hasField()
           
 boolean hasGetter()
           
 boolean hasSetter()
           
 boolean hasSyntheticMethodName()
           
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

hasField

boolean hasField()

getField

JavaProtoBuf.JavaFieldSignature getField()

hasSyntheticMethodName

boolean hasSyntheticMethodName()

getSyntheticMethodName

int getSyntheticMethodName()

hasGetter

boolean hasGetter()

getGetter

JavaProtoBuf.JavaMethodSignature getGetter()

hasSetter

boolean hasSetter()

getSetter

JavaProtoBuf.JavaMethodSignature getSetter()