public enum EPeppolBIS extends Enum<EPeppolBIS> implements IBusinessSpecification
| Enum Constant and Description |
|---|
BILLING_05 |
CATALOGUE_01 |
DESPATCH_ADVICE_30 |
INVOICE_04 |
MLR_36 |
ORDER_03 |
ORDERING_28 |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
static EPeppolBIS |
getFromIDOrNull(String sID) |
String |
getID() |
int |
getNumber() |
static EPeppolBIS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EPeppolBIS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPeppolBIS CATALOGUE_01
public static final EPeppolBIS ORDER_03
public static final EPeppolBIS INVOICE_04
public static final EPeppolBIS BILLING_05
public static final EPeppolBIS ORDERING_28
public static final EPeppolBIS DESPATCH_ADVICE_30
public static final EPeppolBIS MLR_36
public static EPeppolBIS[] values()
for (EPeppolBIS c : EPeppolBIS.values()) System.out.println(c);
public static EPeppolBIS 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 nullpublic int getNumber()
getNumber in interface IBusinessSpecification@Nonnull @Nonempty public String getID()
getID in interface com.helger.commons.id.IHasID<String>@Nonnull @Nonempty public String getDisplayName()
getDisplayName in interface com.helger.commons.name.IHasDisplayName@Nullable public static EPeppolBIS getFromIDOrNull(@Nullable String sID)
Copyright © 2016 Philip Helger. All rights reserved.