public static enum TimeDiscretizationFromArray.ShortPeriodLocation extends Enum<TimeDiscretizationFromArray.ShortPeriodLocation>
| Enum Constant and Description |
|---|
SHORT_PERIOD_AT_END |
SHORT_PERIOD_AT_START |
| Modifier and Type | Method and Description |
|---|---|
static TimeDiscretizationFromArray.ShortPeriodLocation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeDiscretizationFromArray.ShortPeriodLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimeDiscretizationFromArray.ShortPeriodLocation SHORT_PERIOD_AT_START
public static final TimeDiscretizationFromArray.ShortPeriodLocation SHORT_PERIOD_AT_END
public static TimeDiscretizationFromArray.ShortPeriodLocation[] values()
for (TimeDiscretizationFromArray.ShortPeriodLocation c : TimeDiscretizationFromArray.ShortPeriodLocation.values()) System.out.println(c);
public static TimeDiscretizationFromArray.ShortPeriodLocation valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2019. All rights reserved.