com.endeca.BulkLoad.Msg
Interface Data.AssignmentOrBuilder

All Known Implementing Classes:
Data.Assignment, Data.Assignment.Builder
Enclosing class:
Data

public static interface Data.AssignmentOrBuilder


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()
           
 

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()