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