@CodingStyleguideUnaware public enum EDocumentTypeCode21 extends Enum<EDocumentTypeCode21> implements com.helger.commons.id.IHasID<String>, com.helger.commons.name.IHasDisplayName
| Enum Constant and Description |
|---|
_105 |
_220 |
_223 |
_224 |
_245 |
_315 |
_320 |
_325 |
_326 |
_380 |
_389 |
_393 |
_394 |
_395 |
_398 |
_399 |
_455 |
_481 |
_533 |
_534 |
_640 |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getDisplayName() |
static String |
getDisplayNameFromIDOrNull(String sID) |
static EDocumentTypeCode21 |
getFromIDOrNull(String sID) |
String |
getID() |
static EDocumentTypeCode21 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EDocumentTypeCode21[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EDocumentTypeCode21 _105
public static final EDocumentTypeCode21 _220
public static final EDocumentTypeCode21 _223
public static final EDocumentTypeCode21 _224
public static final EDocumentTypeCode21 _245
public static final EDocumentTypeCode21 _315
public static final EDocumentTypeCode21 _320
public static final EDocumentTypeCode21 _325
public static final EDocumentTypeCode21 _326
public static final EDocumentTypeCode21 _380
public static final EDocumentTypeCode21 _389
public static final EDocumentTypeCode21 _393
public static final EDocumentTypeCode21 _394
public static final EDocumentTypeCode21 _395
public static final EDocumentTypeCode21 _398
public static final EDocumentTypeCode21 _399
public static final EDocumentTypeCode21 _455
public static final EDocumentTypeCode21 _481
public static final EDocumentTypeCode21 _533
public static final EDocumentTypeCode21 _534
public static final EDocumentTypeCode21 _640
public static EDocumentTypeCode21[] values()
for (EDocumentTypeCode21 c : EDocumentTypeCode21.values()) System.out.println(c);
public static EDocumentTypeCode21 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 EDocumentTypeCode21 getFromIDOrNull(@Nullable String sID)
Copyright © 2014–2015 Philip Helger. All rights reserved.