public static class TsPrimitiveType.TsInt 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() |
int |
getInt() |
int |
getSize()
get the size of one instance of current class.
|
String |
getStringValue() |
Object |
getValue() |
int |
hashCode() |
void |
reset() |
void |
setInt(int val) |
void |
setObject(Object val) |
public int getInt()
getInt in class TsPrimitiveTypepublic void setInt(int val)
setInt in class TsPrimitiveTypepublic void setObject(Object val)
setObject in class TsPrimitiveTypepublic void reset()
reset in class TsPrimitiveTypepublic int getSize()
TsPrimitiveTypegetSize in class TsPrimitiveTypepublic Object getValue()
getValue in class TsPrimitiveTypepublic String getStringValue()
getStringValue in class TsPrimitiveTypepublic TSDataType getDataType()
getDataType 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.