Package hec.rss.model
Enum Class TimeStepUtil
- All Implemented Interfaces:
Serializable,Comparable<TimeStepUtil>,java.lang.constant.Constable
Copyright (c) 2019
United States Army Corps of Engineers - Hydrologic Engineering Center (USACE/HEC)
All Rights Reserved. USACE PROPRIETARY/CONFIDENTIAL.
Source may not be released without written approval from HEC
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic interfacestatic classNested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionstatic TimeStepUtilstatic TimeStepUtil[]toString()static TimeStepUtilReturns the enum constant of this class with the specified name.static TimeStepUtil[]values()Returns an array containing the constants of this enum class, in the order they are declared.static TimeStepUtil[]values(TimeStepUtil.Filter filter)
-
Enum Constant Details
-
TIME_STEP_UNDEFINED
-
TIME_STEP_ALL
-
TIME_STEP_5_MIN
-
TIME_STEP_10_MIN
-
TIME_STEP_15_MIN
-
TIME_STEP_30_MIN
-
TIME_STEP_1_HR
-
TIME_STEP_2_HR
-
TIME_STEP_3_HR
-
TIME_STEP_4_HR
-
TIME_STEP_6_HR
-
TIME_STEP_12_HR
-
TIME_STEP_1_DAY
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getDuration
-
toString
- Overrides:
toStringin classEnum<TimeStepUtil>
-
getAllDefinedValues
-
findValue
-
values
-