akka.remote
Class ContainerFormats.Selection.Builder

java.lang.Object
  extended by 
      extended by akka.remote.ContainerFormats.Selection.Builder
All Implemented Interfaces:
ContainerFormats.SelectionOrBuilder
Enclosing class:
ContainerFormats.Selection

public static final class ContainerFormats.Selection.Builder
extends
implements ContainerFormats.SelectionOrBuilder


Method Summary
 ContainerFormats.Selection build()
           
 ContainerFormats.Selection buildPartial()
           
 ContainerFormats.Selection.Builder clear()
           
 ContainerFormats.Selection.Builder clearMatcher()
           
 ContainerFormats.Selection.Builder clearType()
           
 ContainerFormats.Selection.Builder clone()
           
 ContainerFormats.Selection getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 java.lang.String getMatcher()
           
 ContainerFormats.PatternType getType()
           
 boolean hasMatcher()
           
 boolean hasType()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 ContainerFormats.Selection.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ContainerFormats.Selection.Builder mergeFrom(com.google.protobuf.Message other)
           
 ContainerFormats.Selection.Builder setMatcher(java.lang.String value)
           
 ContainerFormats.Selection.Builder setType(ContainerFormats.PatternType value)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDescriptor

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

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()

clear

public ContainerFormats.Selection.Builder clear()

clone

public ContainerFormats.Selection.Builder clone()

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()

getDefaultInstanceForType

public ContainerFormats.Selection getDefaultInstanceForType()

build

public ContainerFormats.Selection build()

buildPartial

public ContainerFormats.Selection buildPartial()

mergeFrom

public ContainerFormats.Selection.Builder mergeFrom(com.google.protobuf.Message other)

isInitialized

public final boolean isInitialized()

mergeFrom

public ContainerFormats.Selection.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws java.io.IOException
Throws:
java.io.IOException

hasType

public boolean hasType()
Specified by:
hasType in interface ContainerFormats.SelectionOrBuilder

getType

public ContainerFormats.PatternType getType()
Specified by:
getType in interface ContainerFormats.SelectionOrBuilder

setType

public ContainerFormats.Selection.Builder setType(ContainerFormats.PatternType value)

clearType

public ContainerFormats.Selection.Builder clearType()

hasMatcher

public boolean hasMatcher()
Specified by:
hasMatcher in interface ContainerFormats.SelectionOrBuilder

getMatcher

public java.lang.String getMatcher()
Specified by:
getMatcher in interface ContainerFormats.SelectionOrBuilder

setMatcher

public ContainerFormats.Selection.Builder setMatcher(java.lang.String value)

clearMatcher

public ContainerFormats.Selection.Builder clearMatcher()