public enum EDemoCanonicalEvidence extends Enum<EDemoCanonicalEvidence>
| Enum Constant and Description |
|---|
T41_UC1_2021_02_11 |
T41_UC1_2021_04_13 |
T42_COMPANY_INFO_V06 |
T43_BIRTH_EVIDENCE_V16B |
T43_DOMREG_EVIDENCE_V16B |
T43_MARRIAGE_EVIDENCE_V16B |
| Modifier and Type | Method and Description |
|---|---|
static Element |
createDBA_v06() |
Element |
createExampleElement() |
static Element |
createMA_Birth_v16b() |
static Element |
createMA_DomesticRegistration_v16b() |
static Element |
createMA_Marriage_v16b() |
static Element |
createT41_UC1_v2021_02_11() |
static Element |
createT41_UC1_v2021_04_13() |
eu.de4a.iem.xml.de4a.EDE4ACanonicalEvidenceType |
getCEType() |
static EDemoCanonicalEvidence |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EDemoCanonicalEvidence[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EDemoCanonicalEvidence T41_UC1_2021_02_11
public static final EDemoCanonicalEvidence T41_UC1_2021_04_13
public static final EDemoCanonicalEvidence T42_COMPANY_INFO_V06
public static final EDemoCanonicalEvidence T43_BIRTH_EVIDENCE_V16B
public static final EDemoCanonicalEvidence T43_DOMREG_EVIDENCE_V16B
public static final EDemoCanonicalEvidence T43_MARRIAGE_EVIDENCE_V16B
public static EDemoCanonicalEvidence[] values()
for (EDemoCanonicalEvidence c : EDemoCanonicalEvidence.values()) System.out.println(c);
public static EDemoCanonicalEvidence 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 public eu.de4a.iem.xml.de4a.EDE4ACanonicalEvidenceType getCEType()
@Nonnull public Element createExampleElement()
null.@Nonnull public static Element createMA_DomesticRegistration_v16b()
Copyright © 2021 DE4A. All rights reserved.