public enum EBillingType extends java.lang.Enum<EBillingType>
| Enum Constant and Description |
|---|
AutoGrant |
BillMonthly |
BillOnceOnly |
BillOnceOrCDKey |
CommercialLicense |
FreeCommercialLicense |
FreeOnDemand |
Gift |
GuestPass |
HardwarePromo |
NoCost |
NumBillingTypes |
OEMTicket |
ProofOfPrepurchaseOnly |
RecurringOption |
Rental |
Repurchaseable |
| Modifier and Type | Method and Description |
|---|---|
int |
code() |
static EBillingType |
from(int code) |
static EBillingType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EBillingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBillingType NoCost
public static final EBillingType BillOnceOnly
public static final EBillingType BillMonthly
public static final EBillingType ProofOfPrepurchaseOnly
public static final EBillingType GuestPass
public static final EBillingType HardwarePromo
public static final EBillingType Gift
public static final EBillingType AutoGrant
public static final EBillingType OEMTicket
public static final EBillingType RecurringOption
public static final EBillingType BillOnceOrCDKey
public static final EBillingType Repurchaseable
public static final EBillingType FreeOnDemand
public static final EBillingType Rental
public static final EBillingType CommercialLicense
public static final EBillingType FreeCommercialLicense
public static final EBillingType NumBillingTypes
public static EBillingType[] values()
for (EBillingType c : EBillingType.values()) System.out.println(c);
public static EBillingType 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 int code()
public static EBillingType from(int code)