public static enum VisitLoadCapacityExchangeHelper.ExchangeCode extends Enum<VisitLoadCapacityExchangeHelper.ExchangeCode>
Enum Constant and Description |
---|
MAXTIME |
NO_MATCH_OVERLOAD |
NO_MATCH_UNDERLOAD |
OK |
OVERLOAD |
TOTAL_OVERLOAD |
UNDERLOAD |
Modifier and Type | Method and Description |
---|---|
static VisitLoadCapacityExchangeHelper.ExchangeCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VisitLoadCapacityExchangeHelper.ExchangeCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VisitLoadCapacityExchangeHelper.ExchangeCode OK
public static final VisitLoadCapacityExchangeHelper.ExchangeCode TOTAL_OVERLOAD
public static final VisitLoadCapacityExchangeHelper.ExchangeCode OVERLOAD
public static final VisitLoadCapacityExchangeHelper.ExchangeCode UNDERLOAD
public static final VisitLoadCapacityExchangeHelper.ExchangeCode NO_MATCH_UNDERLOAD
public static final VisitLoadCapacityExchangeHelper.ExchangeCode NO_MATCH_OVERLOAD
public static final VisitLoadCapacityExchangeHelper.ExchangeCode MAXTIME
public static VisitLoadCapacityExchangeHelper.ExchangeCode[] values()
for (VisitLoadCapacityExchangeHelper.ExchangeCode c : VisitLoadCapacityExchangeHelper.ExchangeCode.values()) System.out.println(c);
public static VisitLoadCapacityExchangeHelper.ExchangeCode 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 © 2017–2023 DNA Evolutions GmbH. All rights reserved.