public enum PaymentWebFont extends Enum<PaymentWebFont> implements IWebFontCode
| Enum Constant and Description |
|---|
AMAZON |
AMERICAN_EXPRESS |
BANCONTACT |
BITCOIN |
BITCOIN_SIGN |
BRAINTREE |
CARTASI |
CB |
CLICKANDBUY |
DINERS |
DISCOVER |
EC |
FLATTR |
GITTIP |
GOOGLE_WALLET |
IDEAL |
JCB |
MAESTRO |
MASTERCARD |
OGONE |
PAYPAL |
PAYPAL__CLASSIC |
PAYSAFECARD |
POSTEPAY |
RIPPLE |
SKRILL |
SOFORT |
SQUARE |
STRIPE |
TRUST_E |
UNIONPAY |
VERISIGN |
VISA |
VISA_ELECTRON |
WESTERNUNION |
| Modifier and Type | Method and Description |
|---|---|
Character |
getCharacter() |
String |
getFontFamily() |
static PaymentWebFont |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentWebFont[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetCharacterAsStringpublic static final PaymentWebFont CLICKANDBUY
public static final PaymentWebFont WESTERNUNION
public static final PaymentWebFont BRAINTREE
public static final PaymentWebFont PAYSAFECARD
public static final PaymentWebFont IDEAL
public static final PaymentWebFont PAYPAL
public static final PaymentWebFont SKRILL
public static final PaymentWebFont CB
public static final PaymentWebFont GITTIP
public static final PaymentWebFont FLATTR
public static final PaymentWebFont RIPPLE
public static final PaymentWebFont SOFORT
public static final PaymentWebFont BITCOIN
public static final PaymentWebFont BITCOIN_SIGN
public static final PaymentWebFont DINERS
public static final PaymentWebFont MASTERCARD
public static final PaymentWebFont TRUST_E
public static final PaymentWebFont AMAZON
public static final PaymentWebFont JCB
public static final PaymentWebFont GOOGLE_WALLET
public static final PaymentWebFont STRIPE
public static final PaymentWebFont SQUARE
public static final PaymentWebFont OGONE
public static final PaymentWebFont VERISIGN
public static final PaymentWebFont DISCOVER
public static final PaymentWebFont AMERICAN_EXPRESS
public static final PaymentWebFont PAYPAL__CLASSIC
public static final PaymentWebFont MAESTRO
public static final PaymentWebFont VISA
public static final PaymentWebFont VISA_ELECTRON
public static final PaymentWebFont POSTEPAY
public static final PaymentWebFont CARTASI
public static final PaymentWebFont UNIONPAY
public static final PaymentWebFont EC
public static final PaymentWebFont BANCONTACT
public static PaymentWebFont[] values()
for (PaymentWebFont c : PaymentWebFont.values()) System.out.println(c);
public static PaymentWebFont 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 Character getCharacter()
getCharacter in interface IWebFontCodepublic String getFontFamily()
getFontFamily in interface IWebFontCodeCopyright © 2018. All rights reserved.