public static enum TimeDiscretization.ShortPeriodLocation extends Enum<TimeDiscretization.ShortPeriodLocation>
| Enum Constant and Description |
|---|
SHORT_PERIOD_AT_END |
SHORT_PERIOD_AT_START |
| Modifier and Type | Method and Description |
|---|---|
static TimeDiscretization.ShortPeriodLocation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeDiscretization.ShortPeriodLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimeDiscretization.ShortPeriodLocation SHORT_PERIOD_AT_START
public static final TimeDiscretization.ShortPeriodLocation SHORT_PERIOD_AT_END
public static TimeDiscretization.ShortPeriodLocation[] values()
for (TimeDiscretization.ShortPeriodLocation c : TimeDiscretization.ShortPeriodLocation.values()) System.out.println(c);
public static TimeDiscretization.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 © 2015. All rights reserved.