com.opera.core.systems.scope.protos
Interface EsdbgProtos.ObjectInfo.PropertyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
EsdbgProtos.ObjectInfo.Property, EsdbgProtos.ObjectInfo.Property.Builder
Enclosing class:
EsdbgProtos.ObjectInfo

public static interface EsdbgProtos.ObjectInfo.PropertyOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getName()
           
 EsdbgProtos.ObjectValue getObjectValue()
           
 EsdbgProtos.ObjectValueOrBuilder getObjectValueOrBuilder()
           
 String getType()
           
 String getValue()
           
 boolean hasName()
           
 boolean hasObjectValue()
           
 boolean hasType()
           
 boolean hasValue()
           
 
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

String getName()

hasType

boolean hasType()

getType

String getType()

hasValue

boolean hasValue()

getValue

String getValue()

hasObjectValue

boolean hasObjectValue()

getObjectValue

EsdbgProtos.ObjectValue getObjectValue()

getObjectValueOrBuilder

EsdbgProtos.ObjectValueOrBuilder getObjectValueOrBuilder()


Copyright © 2012. All Rights Reserved.