public enum DeliveryProfileDomainTypeEnum extends Enum<DeliveryProfileDomainTypeEnum>
Java class for DeliveryProfileDomainTypeEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="DeliveryProfileDomainTypeEnum">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="DefaultDomain"/>
<enumeration value="CustomDomain"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CUSTOM_DOMAIN |
DEFAULT_DOMAIN |
| Modifier and Type | Method and Description |
|---|---|
static DeliveryProfileDomainTypeEnum |
fromValue(String v) |
String |
value() |
static DeliveryProfileDomainTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeliveryProfileDomainTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeliveryProfileDomainTypeEnum DEFAULT_DOMAIN
public static final DeliveryProfileDomainTypeEnum CUSTOM_DOMAIN
public static DeliveryProfileDomainTypeEnum[] values()
for (DeliveryProfileDomainTypeEnum c : DeliveryProfileDomainTypeEnum.values()) System.out.println(c);
public static DeliveryProfileDomainTypeEnum 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 String value()
public static DeliveryProfileDomainTypeEnum fromValue(String v)
Copyright © 2017. All rights reserved.