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 StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.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 TypeMethodDescriptionbooleanDeprecated.static String[]Deprecated.Deprecated.mil.army.usace.hec.metadata.ParameterTypeDeprecated.inthashCode()Deprecated.booleanDeprecated.Returns a boolean describing if the Parameter Type is average or not.booleanDeprecated.Returns a boolean describing if the Parameter Type is instantaneous or not.booleanDeprecated.booleanDeprecated.booleanisTotal()Deprecated.Returns a boolean describing if the Parameter Type is total or not.voidsetParameterType(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.
-
ParameterTypefrom hec-nucleus-metadata instead.