| Modifier and Type | Method and Description |
|---|---|
static TableName |
fromObjectType(org.killbill.billing.ObjectType objectType) |
TableName |
getHistoryTableName() |
org.killbill.billing.ObjectType |
getObjectType() |
java.lang.String |
getTableName() |
boolean |
hasHistoryTable() |
static TableName |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TableName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableName ACCOUNT_HISTORY
public static final TableName ACCOUNT
public static final TableName ACCOUNT_EMAIL_HISTORY
public static final TableName ACCOUNT_EMAIL
public static final TableName BUNDLE_HISTORY
public static final TableName BUNDLES
public static final TableName BLOCKING_STATE_HISTORY
public static final TableName BLOCKING_STATES
public static final TableName CUSTOM_FIELD_HISTORY
public static final TableName CUSTOM_FIELD
public static final TableName INVOICE_ITEM_HISTORY
public static final TableName INVOICE_ITEMS
public static final TableName INVOICE_PAYMENT_HISTORY
public static final TableName INVOICE_PAYMENTS
public static final TableName INVOICE_HISTORY
public static final TableName INVOICES
public static final TableName INVOICE_TRACKING_ID_HISTORY
public static final TableName INVOICE_TRACKING_IDS
public static final TableName INVOICE_BILLING_EVENTS
public static final TableName INVOICE_PARENT_CHILDREN
public static final TableName NODE_INFOS
public static final TableName PAYMENT_ATTEMPT_HISTORY
public static final TableName PAYMENT_ATTEMPTS
public static final TableName PAYMENT_HISTORY
public static final TableName PAYMENTS
public static final TableName PAYMENT_METHOD_HISTORY
public static final TableName PAYMENT_METHODS
public static final TableName PAYMENT_TRANSACTION_HISTORY
public static final TableName PAYMENT_TRANSACTIONS
public static final TableName SERVICE_BRODCASTS
public static final TableName SUBSCRIPTION_HISTORY
public static final TableName SUBSCRIPTIONS
public static final TableName SUBSCRIPTION_EVENT_HISTORY
public static final TableName SUBSCRIPTION_EVENTS
public static final TableName TAG_DEFINITION_HISTORY
public static final TableName TAG_DEFINITIONS
public static final TableName TAG_HISTORY
public static final TableName TENANT
public static final TableName TENANT_KVS
public static final TableName TENANT_BROADCASTS
public static final TableName TAG
public static final TableName ROLLED_UP_USAGE
public static TableName[] values()
for (TableName c : TableName.values()) System.out.println(c);
public static TableName 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 static TableName fromObjectType(org.killbill.billing.ObjectType objectType)
public java.lang.String getTableName()
public org.killbill.billing.ObjectType getObjectType()
public TableName getHistoryTableName()
public boolean hasHistoryTable()
Copyright © 2010-2020. All Rights Reserved.