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