com.opera.core.systems.scope.protos
Class EsdbgProtos.Configuration.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<EsdbgProtos.Configuration.Builder>
              extended by com.opera.core.systems.scope.protos.EsdbgProtos.Configuration.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, EsdbgProtos.ConfigurationOrBuilder, Cloneable
Enclosing class:
EsdbgProtos.Configuration

public static final class EsdbgProtos.Configuration.Builder
extends com.google.protobuf.GeneratedMessage.Builder<EsdbgProtos.Configuration.Builder>
implements EsdbgProtos.ConfigurationOrBuilder


Method Summary
 EsdbgProtos.Configuration build()
           
 EsdbgProtos.Configuration buildPartial()
           
 EsdbgProtos.Configuration.Builder clear()
           
 EsdbgProtos.Configuration.Builder clearStopAtAbort()
           
 EsdbgProtos.Configuration.Builder clearStopAtDebuggerStatement()
           
 EsdbgProtos.Configuration.Builder clearStopAtError()
           
 EsdbgProtos.Configuration.Builder clearStopAtException()
           
 EsdbgProtos.Configuration.Builder clearStopAtGc()
           
 EsdbgProtos.Configuration.Builder clearStopAtScript()
           
 EsdbgProtos.Configuration.Builder clone()
           
 EsdbgProtos.Configuration getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 boolean getStopAtAbort()
           
 boolean getStopAtDebuggerStatement()
           
 boolean getStopAtError()
           
 boolean getStopAtException()
           
 boolean getStopAtGc()
           
 boolean getStopAtScript()
           
 boolean hasStopAtAbort()
           
 boolean hasStopAtDebuggerStatement()
           
 boolean hasStopAtError()
           
 boolean hasStopAtException()
           
 boolean hasStopAtGc()
           
 boolean hasStopAtScript()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 EsdbgProtos.Configuration.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 EsdbgProtos.Configuration.Builder mergeFrom(EsdbgProtos.Configuration other)
           
 EsdbgProtos.Configuration.Builder mergeFrom(com.google.protobuf.Message other)
           
 EsdbgProtos.Configuration.Builder setStopAtAbort(boolean value)
           
 EsdbgProtos.Configuration.Builder setStopAtDebuggerStatement(boolean value)
           
 EsdbgProtos.Configuration.Builder setStopAtError(boolean value)
           
 EsdbgProtos.Configuration.Builder setStopAtException(boolean value)
           
 EsdbgProtos.Configuration.Builder setStopAtGc(boolean value)
           
 EsdbgProtos.Configuration.Builder setStopAtScript(boolean 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<EsdbgProtos.Configuration.Builder>

clear

public EsdbgProtos.Configuration.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<EsdbgProtos.Configuration.Builder>

clone

public EsdbgProtos.Configuration.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<EsdbgProtos.Configuration.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<EsdbgProtos.Configuration.Builder>

getDefaultInstanceForType

public EsdbgProtos.Configuration getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

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

buildPartial

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

mergeFrom

public EsdbgProtos.Configuration.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<EsdbgProtos.Configuration.Builder>

mergeFrom

public EsdbgProtos.Configuration.Builder mergeFrom(EsdbgProtos.Configuration other)

isInitialized

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

mergeFrom

public EsdbgProtos.Configuration.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                            throws 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<EsdbgProtos.Configuration.Builder>
Throws:
IOException

hasStopAtScript

public boolean hasStopAtScript()
Specified by:
hasStopAtScript in interface EsdbgProtos.ConfigurationOrBuilder

getStopAtScript

public boolean getStopAtScript()
Specified by:
getStopAtScript in interface EsdbgProtos.ConfigurationOrBuilder

setStopAtScript

public EsdbgProtos.Configuration.Builder setStopAtScript(boolean value)

clearStopAtScript

public EsdbgProtos.Configuration.Builder clearStopAtScript()

hasStopAtException

public boolean hasStopAtException()
Specified by:
hasStopAtException in interface EsdbgProtos.ConfigurationOrBuilder

getStopAtException

public boolean getStopAtException()
Specified by:
getStopAtException in interface EsdbgProtos.ConfigurationOrBuilder

setStopAtException

public EsdbgProtos.Configuration.Builder setStopAtException(boolean value)

clearStopAtException

public EsdbgProtos.Configuration.Builder clearStopAtException()

hasStopAtError

public boolean hasStopAtError()
Specified by:
hasStopAtError in interface EsdbgProtos.ConfigurationOrBuilder

getStopAtError

public boolean getStopAtError()
Specified by:
getStopAtError in interface EsdbgProtos.ConfigurationOrBuilder

setStopAtError

public EsdbgProtos.Configuration.Builder setStopAtError(boolean value)

clearStopAtError

public EsdbgProtos.Configuration.Builder clearStopAtError()

hasStopAtAbort

public boolean hasStopAtAbort()
Specified by:
hasStopAtAbort in interface EsdbgProtos.ConfigurationOrBuilder

getStopAtAbort

public boolean getStopAtAbort()
Specified by:
getStopAtAbort in interface EsdbgProtos.ConfigurationOrBuilder

setStopAtAbort

public EsdbgProtos.Configuration.Builder setStopAtAbort(boolean value)

clearStopAtAbort

public EsdbgProtos.Configuration.Builder clearStopAtAbort()

hasStopAtGc

public boolean hasStopAtGc()
Specified by:
hasStopAtGc in interface EsdbgProtos.ConfigurationOrBuilder

getStopAtGc

public boolean getStopAtGc()
Specified by:
getStopAtGc in interface EsdbgProtos.ConfigurationOrBuilder

setStopAtGc

public EsdbgProtos.Configuration.Builder setStopAtGc(boolean value)

clearStopAtGc

public EsdbgProtos.Configuration.Builder clearStopAtGc()

hasStopAtDebuggerStatement

public boolean hasStopAtDebuggerStatement()
Specified by:
hasStopAtDebuggerStatement in interface EsdbgProtos.ConfigurationOrBuilder

getStopAtDebuggerStatement

public boolean getStopAtDebuggerStatement()
Specified by:
getStopAtDebuggerStatement in interface EsdbgProtos.ConfigurationOrBuilder

setStopAtDebuggerStatement

public EsdbgProtos.Configuration.Builder setStopAtDebuggerStatement(boolean value)

clearStopAtDebuggerStatement

public EsdbgProtos.Configuration.Builder clearStopAtDebuggerStatement()


Copyright © 2012. All Rights Reserved.