public enum IdentifierInSignedDocuments extends Enum<IdentifierInSignedDocuments> implements MarshallableEnum<no.digipost.signature.api.xml.XMLIdentifierInSignedDocuments>
| Enum Constant and Description |
|---|
DATE_OF_BIRTH_AND_NAME |
NAME |
PERSONAL_IDENTIFICATION_NUMBER_AND_NAME |
| Modifier and Type | Method and Description |
|---|---|
no.digipost.signature.api.xml.XMLIdentifierInSignedDocuments |
getXmlEnumValue() |
static IdentifierInSignedDocuments |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentifierInSignedDocuments[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdentifierInSignedDocuments PERSONAL_IDENTIFICATION_NUMBER_AND_NAME
public static final IdentifierInSignedDocuments DATE_OF_BIRTH_AND_NAME
public static final IdentifierInSignedDocuments NAME
public static IdentifierInSignedDocuments[] values()
for (IdentifierInSignedDocuments c : IdentifierInSignedDocuments.values()) System.out.println(c);
public static IdentifierInSignedDocuments 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 no.digipost.signature.api.xml.XMLIdentifierInSignedDocuments getXmlEnumValue()
getXmlEnumValue in interface MarshallableEnum<no.digipost.signature.api.xml.XMLIdentifierInSignedDocuments>Copyright © 2018 Digipost. All rights reserved.