Package hec.heclib.dss
Class DssDataType
java.lang.Object
hec.heclib.dss.DssDataType
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DssDataType
static final DssDataType
static final DssDataType
static final DssDataType
static final DssDataType
static final DssDataType
static final DssDataType
static final DssDataType
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Overrides Object.clone() to preserve uniqueness of this data type value.boolean
equals
(DssDataType dataType) boolean
static DssDataType
fromInt
(int dataType) Gets the DSS data type for given integer value.static DssDataType
fromString
(String dataType) Gets the DSS data type for given string.static DssDataType[]
Gets an array of DssDataType's.static String[]
int
hashCode()
static boolean
toString()
Gets the string representation of this DSS data type.int
value()
Gets the integer value for this DSS data type.
-
Field Details
-
PER_AVER
-
PER_CUM
-
INST_VAL
-
INST_CUM
-
FREQ
-
INVAL
-
PER_MIN
-
PER_MAX
-
-
Method Details
-
clone
Overrides Object.clone() to preserve uniqueness of this data type value. -
getDataTypeArray
Gets an array of DssDataType's.- Returns:
-
value
public int value()Gets the integer value for this DSS data type.- Returns:
-
equals
-
equals
-
hashCode
public int hashCode() -
toString
Gets the string representation of this DSS data type. -
fromString
Gets the DSS data type for given string.- Parameters:
dataType
-- Returns:
-
fromInt
Gets the DSS data type for given integer value.- Parameters:
dataType
-- Returns:
-
isValid
-
getTimeSeriesTypes
-