com.endeca.BulkLoad.Msg
Interface Data.AssignmentOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Data.Assignment, Data.Assignment.Builder
Enclosing class:
Data

public static interface Data.AssignmentOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 boolean getBoolValue()
           
 Data.Assignment.DataType getDataType()
           
 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()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasName

boolean hasName()

getName

java.lang.String getName()

hasDataType

boolean hasDataType()

getDataType

Data.Assignment.DataType getDataType()

hasStringValue

boolean hasStringValue()

getStringValue

java.lang.String getStringValue()

hasInt64Value

boolean hasInt64Value()

getInt64Value

long getInt64Value()

hasInt32Value

boolean hasInt32Value()

getInt32Value

int getInt32Value()

hasDoubleValue

boolean hasDoubleValue()

getDoubleValue

double getDoubleValue()

hasBoolValue

boolean hasBoolValue()

getBoolValue

boolean getBoolValue()