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