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