@CodingStyleguideUnaware public enum ESupplyChainActivityTypeCode21 extends Enum<ESupplyChainActivityTypeCode21> implements com.helger.commons.id.IHasID<String>
| Enum Constant and Description |
|---|
CANCELED_ORDERS |
EMERGENCY_ORDERS |
ON_HAND |
ORDERS |
RECEIPTS |
SALES |
SHIPMENTS |
| Modifier and Type | Method and Description |
|---|---|
static ESupplyChainActivityTypeCode21 |
getFromIDOrNull(String sID) |
String |
getID() |
static ESupplyChainActivityTypeCode21 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ESupplyChainActivityTypeCode21[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ESupplyChainActivityTypeCode21 CANCELED_ORDERS
public static final ESupplyChainActivityTypeCode21 EMERGENCY_ORDERS
public static final ESupplyChainActivityTypeCode21 ON_HAND
public static final ESupplyChainActivityTypeCode21 ORDERS
public static final ESupplyChainActivityTypeCode21 RECEIPTS
public static final ESupplyChainActivityTypeCode21 SALES
public static final ESupplyChainActivityTypeCode21 SHIPMENTS
public static ESupplyChainActivityTypeCode21[] values()
for (ESupplyChainActivityTypeCode21 c : ESupplyChainActivityTypeCode21.values()) System.out.println(c);
public static ESupplyChainActivityTypeCode21 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 null@Nonnull @Nonempty public String getID()
getID in interface com.helger.commons.id.IHasID<String>@Nullable public static ESupplyChainActivityTypeCode21 getFromIDOrNull(@Nullable String sID)
Copyright © 2014–2015 Philip Helger. All rights reserved.