Package hec.heclib.dss
Class DssDataType
java.lang.Object
hec.heclib.dss.DssDataType
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DssDataTypestatic final DssDataTypestatic final DssDataTypestatic final DssDataTypestatic final DssDataTypestatic final DssDataTypestatic final DssDataTypestatic final DssDataType -
Method Summary
Modifier and TypeMethodDescriptionclone()Overrides Object.clone() to preserve uniqueness of this data type value.booleanequals(DssDataType dataType) booleanstatic DssDataTypefromInt(int dataType) Gets the DSS data type for given integer value.static DssDataTypefromString(String dataType) Gets the DSS data type for given string.static DssDataType[]Gets an array of DssDataType's.static String[]inthashCode()static booleantoString()Gets the string representation of this DSS data type.intvalue()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
-