@CodingStyleguideUnaware public enum EPartyRoleCode21 extends Enum<EPartyRoleCode21> implements com.helger.commons.id.IHasID<String>, com.helger.commons.name.IHasDisplayName
| Enum Constant and Description |
|---|
AB |
AE |
AF |
AH |
AQ |
AR |
AT |
AU |
CA |
CG |
CN |
CPD |
CX |
CZ |
EX |
FW |
GS |
IM |
IV |
PE |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getDisplayName() |
static String |
getDisplayNameFromIDOrNull(String sID) |
static EPartyRoleCode21 |
getFromIDOrNull(String sID) |
String |
getID() |
static EPartyRoleCode21 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EPartyRoleCode21[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPartyRoleCode21 AB
public static final EPartyRoleCode21 AE
public static final EPartyRoleCode21 AF
public static final EPartyRoleCode21 AH
public static final EPartyRoleCode21 AQ
public static final EPartyRoleCode21 AR
public static final EPartyRoleCode21 AT
public static final EPartyRoleCode21 AU
public static final EPartyRoleCode21 CA
public static final EPartyRoleCode21 CG
public static final EPartyRoleCode21 CN
public static final EPartyRoleCode21 CPD
public static final EPartyRoleCode21 CX
public static final EPartyRoleCode21 CZ
public static final EPartyRoleCode21 EX
public static final EPartyRoleCode21 FW
public static final EPartyRoleCode21 GS
public static final EPartyRoleCode21 IM
public static final EPartyRoleCode21 IV
public static final EPartyRoleCode21 PE
public static EPartyRoleCode21[] values()
for (EPartyRoleCode21 c : EPartyRoleCode21.values()) System.out.println(c);
public static EPartyRoleCode21 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 EPartyRoleCode21 getFromIDOrNull(@Nullable String sID)
Copyright © 2014–2015 Philip Helger. All rights reserved.