public enum ExportableProperty extends java.lang.Enum<ExportableProperty>
| Modifier and Type | Class and Description |
|---|---|
static class |
ExportableProperty.Level |
| Enum Constant and Description |
|---|
ACCESSES |
ADDITIONAL_INFO |
CANCELLATION_DATE |
CHARGE_CODE |
COMMITMENT_EXPIRATION_DATE |
COUNTER |
EFFECTIVE_DATE |
EXPIRATION_DATE |
OFFER_CODE |
PARAMETER |
PRICEFREEZE_EFFECTIVE_DATE |
PRICEFREEZE_EXPIRATION_DATE |
RESUMPTION_DATE |
STATUS |
SUSPENSION_DATE |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<ExportableProperty> |
getChargeExportableProperties() |
static java.util.List<java.lang.String> |
getChargeExportablePropertiesAsString() |
static ExportableProperty |
getExportableProperty(java.lang.String name) |
ExportableProperty.Level |
getLevel() |
java.lang.String |
getName() |
static java.util.List<ExportableProperty> |
getSubscriptionExportableProperties() |
static java.util.List<java.lang.String> |
getSubscriptionExportablePropertiesAsString() |
boolean |
isPrefix() |
java.lang.String |
toString() |
static ExportableProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExportableProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExportableProperty STATUS
public static final ExportableProperty CHARGE_CODE
public static final ExportableProperty ACCESSES
public static final ExportableProperty OFFER_CODE
public static final ExportableProperty PRICEFREEZE_EFFECTIVE_DATE
public static final ExportableProperty PRICEFREEZE_EXPIRATION_DATE
public static final ExportableProperty COMMITMENT_EXPIRATION_DATE
public static final ExportableProperty EXPIRATION_DATE
public static final ExportableProperty SUSPENSION_DATE
public static final ExportableProperty RESUMPTION_DATE
public static final ExportableProperty EFFECTIVE_DATE
public static final ExportableProperty CANCELLATION_DATE
public static final ExportableProperty COUNTER
public static final ExportableProperty PARAMETER
public static final ExportableProperty ADDITIONAL_INFO
public static ExportableProperty[] values()
for (ExportableProperty c : ExportableProperty.values()) System.out.println(c);
public static ExportableProperty 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 java.lang.String getName()
public java.lang.String toString()
toString in class java.lang.Enum<ExportableProperty>public ExportableProperty.Level getLevel()
public boolean isPrefix()
public static ExportableProperty getExportableProperty(java.lang.String name)
public static java.util.List<ExportableProperty> getSubscriptionExportableProperties()
public static java.util.List<java.lang.String> getSubscriptionExportablePropertiesAsString()
public static java.util.List<ExportableProperty> getChargeExportableProperties()
public static java.util.List<java.lang.String> getChargeExportablePropertiesAsString()