public static class TsPrimitiveType.TsLong extends TsPrimitiveType
TsPrimitiveType.TsBinary, TsPrimitiveType.TsBoolean, TsPrimitiveType.TsDouble, TsPrimitiveType.TsFloat, TsPrimitiveType.TsInt, TsPrimitiveType.TsLong, TsPrimitiveType.TsVector| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object anObject) |
TSDataType |
getDataType() |
long |
getLong() |
int |
getSize()
get the size of one instance of current class.
|
String |
getStringValue() |
Object |
getValue() |
int |
hashCode() |
void |
reset() |
void |
setLong(long val) |
void |
setObject(Object val) |
public long getLong()
getLong in class TsPrimitiveTypepublic void setLong(long val)
setLong in class TsPrimitiveTypepublic void setObject(Object val)
setObject in class TsPrimitiveTypepublic void reset()
reset in class TsPrimitiveTypepublic int getSize()
TsPrimitiveTypegetSize in class TsPrimitiveTypepublic String getStringValue()
getStringValue in class TsPrimitiveTypepublic TSDataType getDataType()
getDataType in class TsPrimitiveTypepublic Object getValue()
getValue in class TsPrimitiveTypepublic int hashCode()
hashCode in class TsPrimitiveTypepublic boolean equals(Object anObject)
equals in class TsPrimitiveTypeCopyright © 2022 The Apache Software Foundation. All rights reserved.