public enum EToopIdentifierType extends Enum<EToopIdentifierType> implements com.helger.commons.id.IHasID<String>
| Enum Constant and Description |
|---|
BUSINESSCODES
Directive 2012/17/EU Identifier
|
EIDAS
EIDAS Identifier
|
EORI
Economic Operator Registration and Identification (EORI)
|
LEI
Legal Entity Identifier (LEI)
|
SEED
System for Exchange of Excise Data (SEED)
|
SIC
Standard Industrial Classification (SIC)
|
TAXREFERENCE
Tax Reference Number
|
VATREGISTRATION
VAT Registration Number
|
| Modifier and Type | Method and Description |
|---|---|
static EToopIdentifierType |
getFromIDOrNull(String sID) |
String |
getID() |
static EToopIdentifierType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EToopIdentifierType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EToopIdentifierType VATREGISTRATION
public static final EToopIdentifierType TAXREFERENCE
public static final EToopIdentifierType BUSINESSCODES
public static final EToopIdentifierType LEI
public static final EToopIdentifierType EORI
public static final EToopIdentifierType SEED
public static final EToopIdentifierType SIC
public static final EToopIdentifierType EIDAS
public static EToopIdentifierType[] values()
for (EToopIdentifierType c : EToopIdentifierType.values()) System.out.println(c);
public static EToopIdentifierType 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>@Nullable public static EToopIdentifierType getFromIDOrNull(@Nullable String sID)
Copyright © 2020 toop.eu. All rights reserved.