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