com.endeca.BulkLoad.Msg
Class Data.Assignment.Builder

java.lang.Object
  extended by 
      extended by com.endeca.BulkLoad.Msg.Data.Assignment.Builder
All Implemented Interfaces:
Data.AssignmentOrBuilder
Enclosing class:
Data.Assignment

public static final class Data.Assignment.Builder
extends
implements Data.AssignmentOrBuilder


Method Summary
 Data.Assignment build()
           
 Data.Assignment buildPartial()
           
 Data.Assignment.Builder clear()
           
 Data.Assignment.Builder clearBoolValue()
           
 Data.Assignment.Builder clearDataType()
           
 Data.Assignment.Builder clearDoubleValue()
           
 Data.Assignment.Builder clearInt32Value()
           
 Data.Assignment.Builder clearInt64Value()
           
 Data.Assignment.Builder clearName()
           
 Data.Assignment.Builder clearStringValue()
           
 Data.Assignment.Builder clone()
           
 boolean getBoolValue()
           
 Data.Assignment.DataType getDataType()
           
 Data.Assignment getDefaultInstanceForType()
           
 double getDoubleValue()
           
 int getInt32Value()
           
 long getInt64Value()
           
 java.lang.String getName()
           
 java.lang.String getStringValue()
           
 boolean hasBoolValue()
           
 boolean hasDataType()
           
 boolean hasDoubleValue()
           
 boolean hasInt32Value()
           
 boolean hasInt64Value()
           
 boolean hasName()
           
 boolean hasStringValue()
           
 boolean isInitialized()
           
 Data.Assignment.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 Data.Assignment.Builder mergeFrom(Data.Assignment other)
           
 Data.Assignment.Builder setBoolValue(boolean value)
           
 Data.Assignment.Builder setDataType(Data.Assignment.DataType value)
           
 Data.Assignment.Builder setDoubleValue(double value)
           
 Data.Assignment.Builder setInt32Value(int value)
           
 Data.Assignment.Builder setInt64Value(long value)
           
 Data.Assignment.Builder setName(java.lang.String value)
           
 Data.Assignment.Builder setStringValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

clear

public Data.Assignment.Builder clear()

clone

public Data.Assignment.Builder clone()

getDefaultInstanceForType

public Data.Assignment getDefaultInstanceForType()

build

public Data.Assignment build()

buildPartial

public Data.Assignment buildPartial()

mergeFrom

public Data.Assignment.Builder mergeFrom(Data.Assignment other)

isInitialized

public final boolean isInitialized()

mergeFrom

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

hasName

public boolean hasName()
Specified by:
hasName in interface Data.AssignmentOrBuilder

getName

public java.lang.String getName()
Specified by:
getName in interface Data.AssignmentOrBuilder

setName

public Data.Assignment.Builder setName(java.lang.String value)

clearName

public Data.Assignment.Builder clearName()

hasDataType

public boolean hasDataType()
Specified by:
hasDataType in interface Data.AssignmentOrBuilder

getDataType

public Data.Assignment.DataType getDataType()
Specified by:
getDataType in interface Data.AssignmentOrBuilder

setDataType

public Data.Assignment.Builder setDataType(Data.Assignment.DataType value)

clearDataType

public Data.Assignment.Builder clearDataType()

hasStringValue

public boolean hasStringValue()
Specified by:
hasStringValue in interface Data.AssignmentOrBuilder

getStringValue

public java.lang.String getStringValue()
Specified by:
getStringValue in interface Data.AssignmentOrBuilder

setStringValue

public Data.Assignment.Builder setStringValue(java.lang.String value)

clearStringValue

public Data.Assignment.Builder clearStringValue()

hasInt64Value

public boolean hasInt64Value()
Specified by:
hasInt64Value in interface Data.AssignmentOrBuilder

getInt64Value

public long getInt64Value()
Specified by:
getInt64Value in interface Data.AssignmentOrBuilder

setInt64Value

public Data.Assignment.Builder setInt64Value(long value)

clearInt64Value

public Data.Assignment.Builder clearInt64Value()

hasInt32Value

public boolean hasInt32Value()
Specified by:
hasInt32Value in interface Data.AssignmentOrBuilder

getInt32Value

public int getInt32Value()
Specified by:
getInt32Value in interface Data.AssignmentOrBuilder

setInt32Value

public Data.Assignment.Builder setInt32Value(int value)

clearInt32Value

public Data.Assignment.Builder clearInt32Value()

hasDoubleValue

public boolean hasDoubleValue()
Specified by:
hasDoubleValue in interface Data.AssignmentOrBuilder

getDoubleValue

public double getDoubleValue()
Specified by:
getDoubleValue in interface Data.AssignmentOrBuilder

setDoubleValue

public Data.Assignment.Builder setDoubleValue(double value)

clearDoubleValue

public Data.Assignment.Builder clearDoubleValue()

hasBoolValue

public boolean hasBoolValue()
Specified by:
hasBoolValue in interface Data.AssignmentOrBuilder

getBoolValue

public boolean getBoolValue()
Specified by:
getBoolValue in interface Data.AssignmentOrBuilder

setBoolValue

public Data.Assignment.Builder setBoolValue(boolean value)

clearBoolValue

public Data.Assignment.Builder clearBoolValue()