@CodingStyleguideUnaware public enum EDisplayTacticTypeCode21 extends Enum<EDisplayTacticTypeCode21> implements com.helger.commons.id.IHasID<String>
| Enum Constant and Description |
|---|
DISPLAY_GENERAL |
DUMP_BIN_DISPLAY |
END_CAP_DISPLAY |
FLOOR_GRAPHICS |
FLOOR_STACK_DISPLAY |
MODULE |
ON_COUNTER_DISPLAY |
RACK |
SHELF_EXTENDER_DISPLAY |
SHIPPER_DISPLAY |
TEMPORARY_OUTPOST |
TRANSPARENCY |
| Modifier and Type | Method and Description |
|---|---|
static EDisplayTacticTypeCode21 |
getFromIDOrNull(String sID) |
String |
getID() |
static EDisplayTacticTypeCode21 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EDisplayTacticTypeCode21[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EDisplayTacticTypeCode21 DISPLAY_GENERAL
public static final EDisplayTacticTypeCode21 DUMP_BIN_DISPLAY
public static final EDisplayTacticTypeCode21 END_CAP_DISPLAY
public static final EDisplayTacticTypeCode21 FLOOR_GRAPHICS
public static final EDisplayTacticTypeCode21 FLOOR_STACK_DISPLAY
public static final EDisplayTacticTypeCode21 MODULE
public static final EDisplayTacticTypeCode21 ON_COUNTER_DISPLAY
public static final EDisplayTacticTypeCode21 RACK
public static final EDisplayTacticTypeCode21 SHELF_EXTENDER_DISPLAY
public static final EDisplayTacticTypeCode21 SHIPPER_DISPLAY
public static final EDisplayTacticTypeCode21 TEMPORARY_OUTPOST
public static final EDisplayTacticTypeCode21 TRANSPARENCY
public static EDisplayTacticTypeCode21[] values()
for (EDisplayTacticTypeCode21 c : EDisplayTacticTypeCode21.values()) System.out.println(c);
public static EDisplayTacticTypeCode21 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 EDisplayTacticTypeCode21 getFromIDOrNull(@Nullable String sID)
Copyright © 2014–2015 Philip Helger. All rights reserved.