public static enum InvalidDeletionException.ObjectTypeStillReferenced extends java.lang.Enum<InvalidDeletionException.ObjectTypeStillReferenced>
enumeration lists the types of an object that is still referenced in the SAP CC system.| Enum Constant and Description |
|---|
ALLOWANCE_LOGIC |
ALLOWANCE_PLAN |
CHARGE_COMPONENT
Constant for an object that is a resuable charge (in maser data)
|
CHARGE_CONDITION
Constant for an object that is a charge customized in a charge plan or in an offer
|
CHARGE_PLAN |
CHARGED_ITEM_AGGREGATION_POLICY |
DATA_FILE |
EXPORTABLE_ITEM_MAPPING
"exportableItemMapping": constant for exportable item mapping
|
REFILL_LOGIC |
REFILL_PLAN |
USER
Constant for an SAP CC user
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
static InvalidDeletionException.ObjectTypeStillReferenced |
getObjectTypeStillReferencedFromName(java.lang.String name) |
static InvalidDeletionException.ObjectTypeStillReferenced |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InvalidDeletionException.ObjectTypeStillReferenced[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InvalidDeletionException.ObjectTypeStillReferenced EXPORTABLE_ITEM_MAPPING
public static final InvalidDeletionException.ObjectTypeStillReferenced CHARGE_CONDITION
public static final InvalidDeletionException.ObjectTypeStillReferenced CHARGE_COMPONENT
public static final InvalidDeletionException.ObjectTypeStillReferenced DATA_FILE
public static final InvalidDeletionException.ObjectTypeStillReferenced CHARGE_PLAN
public static final InvalidDeletionException.ObjectTypeStillReferenced REFILL_PLAN
public static final InvalidDeletionException.ObjectTypeStillReferenced REFILL_LOGIC
public static final InvalidDeletionException.ObjectTypeStillReferenced CHARGED_ITEM_AGGREGATION_POLICY
public static final InvalidDeletionException.ObjectTypeStillReferenced USER
public static final InvalidDeletionException.ObjectTypeStillReferenced ALLOWANCE_PLAN
public static final InvalidDeletionException.ObjectTypeStillReferenced ALLOWANCE_LOGIC
public static InvalidDeletionException.ObjectTypeStillReferenced[] values()
for (InvalidDeletionException.ObjectTypeStillReferenced c : InvalidDeletionException.ObjectTypeStillReferenced.values()) System.out.println(c);
public static InvalidDeletionException.ObjectTypeStillReferenced 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 InvalidDeletionException.ObjectTypeStillReferenced getObjectTypeStillReferencedFromName(java.lang.String name)
public java.lang.String getName()