public static enum CheckBeforeQuoteSubmitCommand.PreCheckType extends Enum<CheckBeforeQuoteSubmitCommand.PreCheckType>
Modifier and Type | Method and Description |
---|---|
static CheckBeforeQuoteSubmitCommand.PreCheckType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckBeforeQuoteSubmitCommand.PreCheckType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CheckBeforeQuoteSubmitCommand.PreCheckType CONFIGURABLE_TO_CLASSIFIED_PRODUCTS
public static final CheckBeforeQuoteSubmitCommand.PreCheckType CONFIGURATION_COMPLETENESS
public static final CheckBeforeQuoteSubmitCommand.PreCheckType INACTIVE_PRODUCTS
public static final CheckBeforeQuoteSubmitCommand.PreCheckType MATERIAL_AUTO_SUBSTITUTE
public static final CheckBeforeQuoteSubmitCommand.PreCheckType NEWKB_AVAILABILITY
public static final CheckBeforeQuoteSubmitCommand.PreCheckType QUOTE_ACCOUNT_PROSPECT
public static final CheckBeforeQuoteSubmitCommand.PreCheckType QUOTE_MANDATORY_ATTRIBUTES
public static final CheckBeforeQuoteSubmitCommand.PreCheckType SALES_ITEMS_ERRORS_PRESENT
public static final CheckBeforeQuoteSubmitCommand.PreCheckType WITHDRAW_NOT_ALLOWED
public static CheckBeforeQuoteSubmitCommand.PreCheckType 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 static CheckBeforeQuoteSubmitCommand.PreCheckType[] values()
for (CheckBeforeQuoteSubmitCommand.PreCheckType c : CheckBeforeQuoteSubmitCommand.PreCheckType.values()) System.out.println(c);