Package org.apache.iotdb.tsfile.utils
Class TsPrimitiveType.TsFloat
- java.lang.Object
-
- org.apache.iotdb.tsfile.utils.TsPrimitiveType
-
- org.apache.iotdb.tsfile.utils.TsPrimitiveType.TsFloat
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TsPrimitiveType
public static class TsPrimitiveType.TsFloat 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)TSDataTypegetDataType()floatgetFloat()intgetSize()get the size of one instance of current class.StringgetStringValue()ObjectgetValue()inthashCode()voidreset()voidsetFloat(float val)voidsetObject(Object val)
-
-
-
Method Detail
-
getFloat
public float getFloat()
- Overrides:
getFloatin classTsPrimitiveType
-
setFloat
public void setFloat(float val)
- Overrides:
setFloatin 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
-
-