Package hec.data
Class ParameterType
java.lang.Object
hec.data.AbstractDataSet
hec.data.ParameterType
- All Implemented Interfaces:
Serializable
Deprecated.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String[]
Deprecated.Fields inherited from class hec.data.AbstractDataSet
subFieldDelimiter
-
Constructor Summary
ConstructorsConstructorDescriptionParameterType
(ParameterType parameterType) Deprecated.ParameterType
(String type) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.static String[]
Deprecated.Deprecated.mil.army.usace.hec.metadata.ParameterType
Deprecated.int
hashCode()
Deprecated.boolean
Deprecated.Returns a boolean describing if the Parameter Type is average or not.boolean
Deprecated.Returns a boolean describing if the Parameter Type is instantaneous or not.boolean
Deprecated.boolean
Deprecated.boolean
isTotal()
Deprecated.Returns a boolean describing if the Parameter Type is total or not.void
setParameterType
(String type) Deprecated.toString()
Deprecated.Methods inherited from class hec.data.AbstractDataSet
sdfFULL
-
Field Details
-
INST
Deprecated.- See Also:
-
TOTAL
Deprecated.- See Also:
-
MAX
Deprecated.- See Also:
-
MIN
Deprecated.- See Also:
-
AVE
Deprecated.- See Also:
-
CONST
Deprecated.- See Also:
-
TYPES
Deprecated.
-
-
Constructor Details
-
ParameterType
Deprecated.- Throws:
DataSetIllegalArgumentException
-
ParameterType
Deprecated.
-
-
Method Details
-
hashCode
public int hashCode()Deprecated. -
equals
Deprecated. -
toString
Deprecated. -
getParameterType
Deprecated. -
setParameterType
Deprecated.- Throws:
DataSetIllegalArgumentException
-
isInstantaneous
public boolean isInstantaneous()Deprecated.Returns a boolean describing if the Parameter Type is instantaneous or not. -
isTotal
public boolean isTotal()Deprecated.Returns a boolean describing if the Parameter Type is total or not. -
isAverage
public boolean isAverage()Deprecated.Returns a boolean describing if the Parameter Type is average or not. -
isMinimum
public boolean isMinimum()Deprecated. -
isMaximum
public boolean isMaximum()Deprecated. -
getParameterTypeMetaData
public mil.army.usace.hec.metadata.ParameterType getParameterTypeMetaData()Deprecated. -
getAvailableParameterTypes
Deprecated.
-
ParameterType
from hec-nucleus-metadata instead.