Package org.apache.iotdb.tsfile.utils
Class TsPrimitiveType.TsBoolean
- java.lang.Object
-
- org.apache.iotdb.tsfile.utils.TsPrimitiveType
-
- org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsBoolean
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TsPrimitiveType
public static class TsPrimitiveType.TsBoolean extends TsPrimitiveType
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.iotdb.tsfile.utils.TsPrimitiveType
TsPrimitiveType.TsBinary, TsPrimitiveType.TsBoolean, TsPrimitiveType.TsDouble, TsPrimitiveType.TsFloat, TsPrimitiveType.TsInt, TsPrimitiveType.TsLong, TsPrimitiveType.TsVector
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object anObject)booleangetBoolean()TSDataTypegetDataType()intgetSize()get the size of one instance of current class.StringgetStringValue()ObjectgetValue()inthashCode()voidreset()voidsetBoolean(boolean val)voidsetObject(Object val)
-
-
-
Method Detail
-
getBoolean
public boolean getBoolean()
- Overrides:
getBooleanin classTsPrimitiveType
-
setBoolean
public void setBoolean(boolean val)
- Overrides:
setBooleanin classTsPrimitiveType
-
setObject
public void setObject(Object val)
- Specified by:
setObjectin classTsPrimitiveType
-
reset
public void reset()
- Specified by:
resetin classTsPrimitiveType
-
getSize
public int getSize()
Description copied from class:TsPrimitiveTypeget the size of one instance of current class.- Specified by:
getSizein classTsPrimitiveType- Returns:
- size of one instance of current class
-
getValue
public Object getValue()
- Specified by:
getValuein classTsPrimitiveType
-
getStringValue
public String getStringValue()
- Specified by:
getStringValuein classTsPrimitiveType
-
getDataType
public TSDataType getDataType()
- Specified by:
getDataTypein classTsPrimitiveType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classTsPrimitiveType
-
equals
public boolean equals(Object anObject)
- Overrides:
equalsin classTsPrimitiveType
-
-