com.opera.core.systems.scope.protos
Interface EsdbgProtos.ObjectValueOrBuilder

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

public static interface EsdbgProtos.ObjectValueOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 boolean getIsCallable()
           
 boolean getIsFunction()
           
 java.lang.String getName()
           
 int getObjectID()
           
 int getPrototypeID()
           
 java.lang.String getType()
           
 boolean hasIsCallable()
           
 boolean hasIsFunction()
           
 boolean hasName()
           
 boolean hasObjectID()
           
 boolean hasPrototypeID()
           
 boolean hasType()
           
 
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

hasObjectID

boolean hasObjectID()

getObjectID

int getObjectID()

hasIsCallable

boolean hasIsCallable()

getIsCallable

boolean getIsCallable()

hasIsFunction

boolean hasIsFunction()

getIsFunction

boolean getIsFunction()

hasType

boolean hasType()

getType

java.lang.String getType()

hasPrototypeID

boolean hasPrototypeID()

getPrototypeID

int getPrototypeID()

hasName

boolean hasName()

getName

java.lang.String getName()


Copyright © 2011. All Rights Reserved.