com.endeca.BulkLoad.Msg
Class Data.Assignment

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

public static final class Data.Assignment
extends com.google.protobuf.GeneratedMessageLite
implements Data.AssignmentOrBuilder


Nested Class Summary
static class Data.Assignment.Builder
           
static class Data.Assignment.DataType
           
 
Field Summary
static int BOOLVALUE_FIELD_NUMBER
           
static int DATATYPE_FIELD_NUMBER
           
static int DOUBLEVALUE_FIELD_NUMBER
           
static int INT32VALUE_FIELD_NUMBER
           
static int INT64VALUE_FIELD_NUMBER
           
static int NAME_FIELD_NUMBER
           
static int STRINGVALUE_FIELD_NUMBER
           
 
Method Summary
 boolean getBoolValue()
           
 Data.Assignment.DataType getDataType()
           
static Data.Assignment getDefaultInstance()
           
 Data.Assignment getDefaultInstanceForType()
           
 double getDoubleValue()
           
 int getInt32Value()
           
 long getInt64Value()
           
 java.lang.String getName()
           
 int getSerializedSize()
           
 java.lang.String getStringValue()
           
 boolean hasBoolValue()
           
 boolean hasDataType()
           
 boolean hasDoubleValue()
           
 boolean hasInt32Value()
           
 boolean hasInt64Value()
           
 boolean hasName()
           
 boolean hasStringValue()
           
 boolean isInitialized()
           
static Data.Assignment.Builder newBuilder()
           
static Data.Assignment.Builder newBuilder(Data.Assignment prototype)
           
 Data.Assignment.Builder newBuilderForType()
           
static Data.Assignment parseDelimitedFrom(java.io.InputStream input)
           
static Data.Assignment parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Data.Assignment parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Data.Assignment parseFrom(com.google.protobuf.ByteString data)
           
static Data.Assignment parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Data.Assignment parseFrom(com.google.protobuf.CodedInputStream input)
           
static Data.Assignment parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Data.Assignment parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 Data.Assignment.Builder toBuilder()
           
protected  java.lang.Object writeReplace()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
See Also:
Constant Field Values

DATATYPE_FIELD_NUMBER

public static final int DATATYPE_FIELD_NUMBER
See Also:
Constant Field Values

STRINGVALUE_FIELD_NUMBER

public static final int STRINGVALUE_FIELD_NUMBER
See Also:
Constant Field Values

INT64VALUE_FIELD_NUMBER

public static final int INT64VALUE_FIELD_NUMBER
See Also:
Constant Field Values

INT32VALUE_FIELD_NUMBER

public static final int INT32VALUE_FIELD_NUMBER
See Also:
Constant Field Values

DOUBLEVALUE_FIELD_NUMBER

public static final int DOUBLEVALUE_FIELD_NUMBER
See Also:
Constant Field Values

BOOLVALUE_FIELD_NUMBER

public static final int BOOLVALUE_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static Data.Assignment getDefaultInstance()

getDefaultInstanceForType

public Data.Assignment getDefaultInstanceForType()

hasName

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

getName

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

hasDataType

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

getDataType

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

hasStringValue

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

getStringValue

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

hasInt64Value

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

getInt64Value

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

hasInt32Value

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

getInt32Value

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

hasDoubleValue

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

getDoubleValue

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

hasBoolValue

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

getBoolValue

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

isInitialized

public final boolean isInitialized()

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws java.io.IOException
Throws:
java.io.IOException

getSerializedSize

public int getSerializedSize()

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

parseFrom

public static Data.Assignment parseFrom(com.google.protobuf.ByteString data)
                                 throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static Data.Assignment parseFrom(com.google.protobuf.ByteString data,
                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                 throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static Data.Assignment parseFrom(byte[] data,
                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                 throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static Data.Assignment parseFrom(java.io.InputStream input,
                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                 throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

public static Data.Assignment parseDelimitedFrom(java.io.InputStream input)
                                          throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

public static Data.Assignment parseDelimitedFrom(java.io.InputStream input,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static Data.Assignment parseFrom(com.google.protobuf.CodedInputStream input)
                                 throws java.io.IOException
Throws:
java.io.IOException

parseFrom

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

newBuilder

public static Data.Assignment.Builder newBuilder()

newBuilderForType

public Data.Assignment.Builder newBuilderForType()

newBuilder

public static Data.Assignment.Builder newBuilder(Data.Assignment prototype)

toBuilder

public Data.Assignment.Builder toBuilder()