public abstract class HDF5DataType
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
HDF5DataTypeInformation |
getDataTypeInformation()
Returns the data type information (with
HDF5DataTypeInformation.DataTypeInfoOptions.DEFAULT ) for this data
type. |
HDF5DataTypeInformation |
getDataTypeInformation(HDF5DataTypeInformation.DataTypeInfoOptions dataTypeInfoOptions)
Returns the data type information for this data type.
|
java.lang.String |
getName()
Returns a name for this type, or UNKNOWN
|
int |
hashCode() |
java.lang.String |
tryGetDataTypePath()
Returns the data type path of this type, or
null , if this type is not a comitted
data type. |
abstract java.lang.String |
tryGetName()
Returns a name for this type, or
null if this type has no name. |
public abstract java.lang.String tryGetName()
null
if this type has no name.public java.lang.String getName()
UNKNOWN
public java.lang.String tryGetDataTypePath()
null
, if this type is not a comitted
data type.public HDF5DataTypeInformation getDataTypeInformation(HDF5DataTypeInformation.DataTypeInfoOptions dataTypeInfoOptions)
dataTypeInfoOptions
- The options that decide how much information to fetch.public HDF5DataTypeInformation getDataTypeInformation()
HDF5DataTypeInformation.DataTypeInfoOptions.DEFAULT
) for this data
type.public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object