public enum EUseCase extends Enum<EUseCase> implements com.helger.commons.id.IHasID<String>, com.helger.commons.name.IHasDisplayName
| Enum Constant and Description |
|---|
BIRTH_EVIDENCE |
COMPANY_REGISTRATION |
DOMREG_EVIDENCE |
HIGHER_EDUCATION_DIPLOMA |
MARRIAGE_EVIDENCE |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
com.helger.peppolid.IDocumentTypeIdentifier |
getDocumentTypeID() |
EDataRequestSubjectType |
getDRSType() |
static EUseCase |
getFromIDOrNull(String sID) |
String |
getID() |
EPatternType |
getPatternType() |
EPilot |
getPilot() |
static EUseCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EUseCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EUseCase HIGHER_EDUCATION_DIPLOMA
public static final EUseCase COMPANY_REGISTRATION
public static final EUseCase BIRTH_EVIDENCE
public static final EUseCase DOMREG_EVIDENCE
public static final EUseCase MARRIAGE_EVIDENCE
public static EUseCase[] values()
for (EUseCase c : EUseCase.values()) System.out.println(c);
public static EUseCase 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 @Nonempty public String getDisplayName()
getDisplayName in interface com.helger.commons.name.IHasDisplayName@Nonnull public EPatternType getPatternType()
null.@Nonnull public EDataRequestSubjectType getDRSType()
null.@Nonnull public com.helger.peppolid.IDocumentTypeIdentifier getDocumentTypeID()
null.Copyright © 2021 DE4A. All rights reserved.