com.opera.core.systems.scope.protos
Class Esdbg6Protos.ObjectValue.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<Esdbg6Protos.ObjectValue.Builder>
              extended by com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Esdbg6Protos.ObjectValueOrBuilder, java.lang.Cloneable
Enclosing class:
Esdbg6Protos.ObjectValue

public static final class Esdbg6Protos.ObjectValue.Builder
extends com.google.protobuf.GeneratedMessage.Builder<Esdbg6Protos.ObjectValue.Builder>
implements Esdbg6Protos.ObjectValueOrBuilder


Method Summary
 Esdbg6Protos.ObjectValue build()
           
 Esdbg6Protos.ObjectValue buildPartial()
           
 Esdbg6Protos.ObjectValue.Builder clear()
           
 Esdbg6Protos.ObjectValue.Builder clearClassName()
           
 Esdbg6Protos.ObjectValue.Builder clearFunctionName()
           
 Esdbg6Protos.ObjectValue.Builder clearIsCallable()
           
 Esdbg6Protos.ObjectValue.Builder clearObjectID()
           
 Esdbg6Protos.ObjectValue.Builder clearPrototypeID()
           
 Esdbg6Protos.ObjectValue.Builder clearType()
           
 Esdbg6Protos.ObjectValue.Builder clone()
           
 java.lang.String getClassName()
           
 Esdbg6Protos.ObjectValue getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 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()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 Esdbg6Protos.ObjectValue.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 Esdbg6Protos.ObjectValue.Builder mergeFrom(Esdbg6Protos.ObjectValue other)
           
 Esdbg6Protos.ObjectValue.Builder mergeFrom(com.google.protobuf.Message other)
           
 Esdbg6Protos.ObjectValue.Builder setClassName(java.lang.String value)
           
 Esdbg6Protos.ObjectValue.Builder setFunctionName(java.lang.String value)
           
 Esdbg6Protos.ObjectValue.Builder setIsCallable(boolean value)
           
 Esdbg6Protos.ObjectValue.Builder setObjectID(int value)
           
 Esdbg6Protos.ObjectValue.Builder setPrototypeID(int value)
           
 Esdbg6Protos.ObjectValue.Builder setType(java.lang.String value)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Esdbg6Protos.ObjectValue.Builder>

clear

public Esdbg6Protos.ObjectValue.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<Esdbg6Protos.ObjectValue.Builder>

clone

public Esdbg6Protos.ObjectValue.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<Esdbg6Protos.ObjectValue.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Esdbg6Protos.ObjectValue.Builder>

getDefaultInstanceForType

public Esdbg6Protos.ObjectValue getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public Esdbg6Protos.ObjectValue build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public Esdbg6Protos.ObjectValue buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public Esdbg6Protos.ObjectValue.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Esdbg6Protos.ObjectValue.Builder>

mergeFrom

public Esdbg6Protos.ObjectValue.Builder mergeFrom(Esdbg6Protos.ObjectValue other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<Esdbg6Protos.ObjectValue.Builder>

mergeFrom

public Esdbg6Protos.ObjectValue.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws java.io.IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Esdbg6Protos.ObjectValue.Builder>
Throws:
java.io.IOException

hasObjectID

public boolean hasObjectID()
Specified by:
hasObjectID in interface Esdbg6Protos.ObjectValueOrBuilder

getObjectID

public int getObjectID()
Specified by:
getObjectID in interface Esdbg6Protos.ObjectValueOrBuilder

setObjectID

public Esdbg6Protos.ObjectValue.Builder setObjectID(int value)

clearObjectID

public Esdbg6Protos.ObjectValue.Builder clearObjectID()

hasIsCallable

public boolean hasIsCallable()
Specified by:
hasIsCallable in interface Esdbg6Protos.ObjectValueOrBuilder

getIsCallable

public boolean getIsCallable()
Specified by:
getIsCallable in interface Esdbg6Protos.ObjectValueOrBuilder

setIsCallable

public Esdbg6Protos.ObjectValue.Builder setIsCallable(boolean value)

clearIsCallable

public Esdbg6Protos.ObjectValue.Builder clearIsCallable()

hasType

public boolean hasType()
Specified by:
hasType in interface Esdbg6Protos.ObjectValueOrBuilder

getType

public java.lang.String getType()
Specified by:
getType in interface Esdbg6Protos.ObjectValueOrBuilder

setType

public Esdbg6Protos.ObjectValue.Builder setType(java.lang.String value)

clearType

public Esdbg6Protos.ObjectValue.Builder clearType()

hasPrototypeID

public boolean hasPrototypeID()
Specified by:
hasPrototypeID in interface Esdbg6Protos.ObjectValueOrBuilder

getPrototypeID

public int getPrototypeID()
Specified by:
getPrototypeID in interface Esdbg6Protos.ObjectValueOrBuilder

setPrototypeID

public Esdbg6Protos.ObjectValue.Builder setPrototypeID(int value)

clearPrototypeID

public Esdbg6Protos.ObjectValue.Builder clearPrototypeID()

hasClassName

public boolean hasClassName()
Specified by:
hasClassName in interface Esdbg6Protos.ObjectValueOrBuilder

getClassName

public java.lang.String getClassName()
Specified by:
getClassName in interface Esdbg6Protos.ObjectValueOrBuilder

setClassName

public Esdbg6Protos.ObjectValue.Builder setClassName(java.lang.String value)

clearClassName

public Esdbg6Protos.ObjectValue.Builder clearClassName()

hasFunctionName

public boolean hasFunctionName()
Specified by:
hasFunctionName in interface Esdbg6Protos.ObjectValueOrBuilder

getFunctionName

public java.lang.String getFunctionName()
Specified by:
getFunctionName in interface Esdbg6Protos.ObjectValueOrBuilder

setFunctionName

public Esdbg6Protos.ObjectValue.Builder setFunctionName(java.lang.String value)

clearFunctionName

public Esdbg6Protos.ObjectValue.Builder clearFunctionName()


Copyright © 2011. All Rights Reserved.