Uses of Class
org.apache.iotdb.tsfile.read.common.type.TypeEnum
-
Packages that use TypeEnum Package Description org.apache.iotdb.tsfile.read.common.type -
-
Uses of TypeEnum in org.apache.iotdb.tsfile.read.common.type
Methods in org.apache.iotdb.tsfile.read.common.type that return TypeEnum Modifier and Type Method Description TypeEnumBinaryType. getTypeEnum()TypeEnumBooleanType. getTypeEnum()TypeEnumDoubleType. getTypeEnum()TypeEnumFloatType. getTypeEnum()TypeEnumIntType. getTypeEnum()TypeEnumLongType. getTypeEnum()TypeEnumType. getTypeEnum()static TypeEnumTypeEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TypeEnum[]TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-