@CodingStyleguideUnaware public enum EMiscellaneousEventTypeCode21 extends Enum<EMiscellaneousEventTypeCode21> implements com.helger.commons.id.IHasID<String>
| Modifier and Type | Method and Description |
|---|---|
static EMiscellaneousEventTypeCode21 |
getFromIDOrNull(String sID) |
String |
getID() |
static EMiscellaneousEventTypeCode21 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EMiscellaneousEventTypeCode21[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EMiscellaneousEventTypeCode21 ASSORTMENT_CHARGE
public static final EMiscellaneousEventTypeCode21 DISASTER
public static final EMiscellaneousEventTypeCode21 FORECAST_DECREASE
public static final EMiscellaneousEventTypeCode21 FORECAST_INCREASE
public static final EMiscellaneousEventTypeCode21 FREIGHT_FLOW_ALLOCATION
public static final EMiscellaneousEventTypeCode21 INVENTORY_POLICY_CHANGE
public static final EMiscellaneousEventTypeCode21 LABOR
public static final EMiscellaneousEventTypeCode21 LOCATION_OF_CLOSING
public static final EMiscellaneousEventTypeCode21 LOCATION_OF_OPENING
public static final EMiscellaneousEventTypeCode21 OTHER
public static final EMiscellaneousEventTypeCode21 OUT_OF_STOCK
public static final EMiscellaneousEventTypeCode21 PACKAGING_LABELING_CHANGE
public static final EMiscellaneousEventTypeCode21 PRICE_DECREASE
public static final EMiscellaneousEventTypeCode21 PRICE_INCREASE
public static final EMiscellaneousEventTypeCode21 STORE_FORMAT_OF_PLANOGRAM_CHANGE
public static final EMiscellaneousEventTypeCode21 TEST_MARKET
public static final EMiscellaneousEventTypeCode21 WEATHER
public static EMiscellaneousEventTypeCode21[] values()
for (EMiscellaneousEventTypeCode21 c : EMiscellaneousEventTypeCode21.values()) System.out.println(c);
public static EMiscellaneousEventTypeCode21 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 EMiscellaneousEventTypeCode21 getFromIDOrNull(@Nullable String sID)
Copyright © 2014–2015 Philip Helger. All rights reserved.