All Packages This Package Class Hierarchy Class Search Index
Class com.syncbuilder.storage.expense.payment
java.lang.Object
|
+----com.syncbuilder.storage.expense.payment
public class payment
extends java.lang.Object
{
// Fields 8
public static payment AmEx;
public static payment Cash;
public static payment Check;
public static payment CreditCard;
public static payment MasterCard;
public static payment Prepaid;
public static payment Unfiled;
public static payment VISA;
// Methods 6
public static payment get(int);
public static payment get(String);
public static String[] getNames();
public String getName();
public int getValue();
public String toString();
}
- Returned By:
- payment.get(), payment.get()
public static payment AmEx
public static payment Cash
public static payment Check
public static payment CreditCard
public static payment MasterCard
public static payment Prepaid
public static payment VISA
public static payment Unfiled
public static payment get(int value)
public static payment get(String value)
public static String[] getNames()
public String toString()
- Overrides:
- toString in class Object
public int getValue()
public String getName()
All Packages This Package Class Hierarchy Class Search Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7