public enum ButtonTypeType extends java.lang.Enum<ButtonTypeType>
Java class for ButtonTypeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ButtonTypeType"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="BUYNOW"/> <enumeration value="CART"/> <enumeration value="GIFTCERTIFICATE"/> <enumeration value="SUBSCRIBE"/> <enumeration value="DONATE"/> <enumeration value="UNSUBSCRIBE"/> <enumeration value="VIEWCART"/> <enumeration value="PAYMENTPLAN"/> <enumeration value="AUTOBILLING"/> <enumeration value="PAYMENT"/> </restriction> </simpleType>
Enum Constant and Description |
---|
AUTOBILLING
button type is AUTOBILLING
|
BUYNOW
button type is BUYNOW
|
CART
button type is CART
|
DONATE
button type is DONATE
|
GIFTCERTIFICATE
button type is GIFTCERTIFICATE
|
PAYMENT
button type is PAYMENT
|
PAYMENTPLAN
button type is PAYMENTPLAN
|
SUBSCRIBE
button type is SUBSCRIBE
|
UNSUBSCRIBE
button type is UNSUBSCRIBE
|
VIEWCART
button type is VIEWCART
|
Modifier and Type | Method and Description |
---|---|
static ButtonTypeType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static ButtonTypeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ButtonTypeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ButtonTypeType BUYNOW
public static final ButtonTypeType CART
public static final ButtonTypeType GIFTCERTIFICATE
public static final ButtonTypeType SUBSCRIBE
public static final ButtonTypeType DONATE
public static final ButtonTypeType UNSUBSCRIBE
public static final ButtonTypeType VIEWCART
public static final ButtonTypeType PAYMENTPLAN
public static final ButtonTypeType AUTOBILLING
public static final ButtonTypeType PAYMENT
public static ButtonTypeType[] values()
for (ButtonTypeType c : ButtonTypeType.values()) System.out.println(c);
public static ButtonTypeType 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 ButtonTypeType fromValue(java.lang.String v)
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.