@CodingStyleguideUnaware public enum ECargoTypeCode21 extends Enum<ECargoTypeCode21> implements com.helger.commons.id.IHasID<String>, com.helger.commons.name.IHasDisplayName
| Enum Constant and Description |
|---|
_1 |
_10 |
_11 |
_12 |
_13 |
_14 |
_15 |
_16 |
_17 |
_18 |
_19 |
_2 |
_20 |
_21 |
_22 |
_23 |
_3 |
_4 |
_5 |
_6 |
_7 |
_8 |
_9 |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getDisplayName() |
static String |
getDisplayNameFromIDOrNull(String sID) |
static ECargoTypeCode21 |
getFromIDOrNull(String sID) |
String |
getID() |
static ECargoTypeCode21 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ECargoTypeCode21[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ECargoTypeCode21 _1
public static final ECargoTypeCode21 _2
public static final ECargoTypeCode21 _3
public static final ECargoTypeCode21 _4
public static final ECargoTypeCode21 _5
public static final ECargoTypeCode21 _6
public static final ECargoTypeCode21 _7
public static final ECargoTypeCode21 _8
public static final ECargoTypeCode21 _9
public static final ECargoTypeCode21 _10
public static final ECargoTypeCode21 _11
public static final ECargoTypeCode21 _12
public static final ECargoTypeCode21 _13
public static final ECargoTypeCode21 _14
public static final ECargoTypeCode21 _15
public static final ECargoTypeCode21 _16
public static final ECargoTypeCode21 _17
public static final ECargoTypeCode21 _18
public static final ECargoTypeCode21 _19
public static final ECargoTypeCode21 _20
public static final ECargoTypeCode21 _21
public static final ECargoTypeCode21 _22
public static final ECargoTypeCode21 _23
public static ECargoTypeCode21[] values()
for (ECargoTypeCode21 c : ECargoTypeCode21.values()) System.out.println(c);
public static ECargoTypeCode21 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>@Nonnull public String getDisplayName()
getDisplayName in interface com.helger.commons.name.IHasDisplayName@Nullable public static ECargoTypeCode21 getFromIDOrNull(@Nullable String sID)
Copyright © 2014–2015 Philip Helger. All rights reserved.