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