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

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

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


Method Summary
 java.lang.String getClassName()
           
 java.lang.String getFunctionName()
           
 boolean getIsCallable()
           
 int getObjectID()
           
 int getPrototypeID()
           
 java.lang.String getType()
           
 boolean hasClassName()
           
 boolean hasFunctionName()
           
 boolean hasIsCallable()
           
 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()

hasType

boolean hasType()

getType

java.lang.String getType()

hasPrototypeID

boolean hasPrototypeID()

getPrototypeID

int getPrototypeID()

hasClassName

boolean hasClassName()

getClassName

java.lang.String getClassName()

hasFunctionName

boolean hasFunctionName()

getFunctionName

java.lang.String getFunctionName()


Copyright © 2011. All Rights Reserved.