public enum ApprovalSubTypeType extends java.lang.Enum<ApprovalSubTypeType>
Java class for ApprovalSubTypeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ApprovalSubTypeType"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="None"/> <enumeration value="MerchantInitiatedBilling"/> <enumeration value="MerchantInitiatedBillingSingleAgreement"/> <enumeration value="ChannelInitiatedBilling"/> </restriction> </simpleType>
Enum Constant and Description |
---|
CHANNEL_INITIATED_BILLING |
MERCHANT_INITIATED_BILLING |
MERCHANT_INITIATED_BILLING_SINGLE_AGREEMENT |
NONE |
Modifier and Type | Method and Description |
---|---|
static ApprovalSubTypeType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static ApprovalSubTypeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ApprovalSubTypeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApprovalSubTypeType NONE
public static final ApprovalSubTypeType MERCHANT_INITIATED_BILLING
public static final ApprovalSubTypeType MERCHANT_INITIATED_BILLING_SINGLE_AGREEMENT
public static final ApprovalSubTypeType CHANNEL_INITIATED_BILLING
public static ApprovalSubTypeType[] values()
for (ApprovalSubTypeType c : ApprovalSubTypeType.values()) System.out.println(c);
public static ApprovalSubTypeType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String value()
public static ApprovalSubTypeType fromValue(java.lang.String v)
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.