Package com.metsci.glimpse.dnc.convert
Class Flat.FlatAttrType
- java.lang.Object
-
- com.metsci.glimpse.dnc.convert.Flat.FlatAttrType
-
-
Field Summary
Fields Modifier and Type Field Description static byteFLAT_DOUBLE_ATTRstatic byteFLAT_INT_ATTRstatic byteFLAT_PACKED_STRING_ATTRstatic byteFLAT_STRING_ATTR
-
Constructor Summary
Constructors Constructor Description FlatAttrType()
-
-
-
Field Detail
-
FLAT_INT_ATTR
public static final byte FLAT_INT_ATTR
- See Also:
- Constant Field Values
-
FLAT_DOUBLE_ATTR
public static final byte FLAT_DOUBLE_ATTR
- See Also:
- Constant Field Values
-
FLAT_STRING_ATTR
public static final byte FLAT_STRING_ATTR
- See Also:
- Constant Field Values
-
FLAT_PACKED_STRING_ATTR
public static final byte FLAT_PACKED_STRING_ATTR
- See Also:
- Constant Field Values
-
-