public enum FedExPaymentType extends Enum<FedExPaymentType>
| Enum Constant and Description |
|---|
Bill_3rd_Party |
Bill_Recipient |
Bill_Sender |
| Modifier and Type | Method and Description |
|---|---|
String |
getServiceCode() |
String |
toString() |
static FedExPaymentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FedExPaymentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FedExPaymentType Bill_Sender
public static final FedExPaymentType Bill_Recipient
public static final FedExPaymentType Bill_3rd_Party
public static FedExPaymentType[] values()
for (FedExPaymentType c : FedExPaymentType.values()) System.out.println(c);
public static FedExPaymentType 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 toString()
toString in class Enum<FedExPaymentType>public String getServiceCode()
Copyright © 2018. All rights reserved.