public class QuoteAction extends Object implements HybrisEnumValue
| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static QuoteAction |
APPROVE
Generated enum value for QuoteAction.APPROVE declared at extension commerceservices.
|
static QuoteAction |
CANCEL
Generated enum value for QuoteAction.CANCEL declared at extension commerceservices.
|
static QuoteAction |
CHECKOUT
Generated enum value for QuoteAction.CHECKOUT declared at extension commerceservices.
|
static QuoteAction |
CREATE
Generated enum value for QuoteAction.CREATE declared at extension commerceservices.
|
static QuoteAction |
DISCOUNT
Generated enum value for QuoteAction.DISCOUNT declared at extension commerceservices.
|
static QuoteAction |
EDIT
Generated enum value for QuoteAction.EDIT declared at extension commerceservices.
|
static QuoteAction |
EXPIRED
Generated enum value for QuoteAction.EXPIRED declared at extension commerceservices.
|
static QuoteAction |
ORDER
Generated enum value for QuoteAction.ORDER declared at extension commerceservices.
|
static QuoteAction |
REJECT
Generated enum value for QuoteAction.REJECT declared at extension commerceservices.
|
static QuoteAction |
SAVE
Generated enum value for QuoteAction.SAVE declared at extension commerceservices.
|
static String |
SIMPLE_CLASSNAME
Generated simple class name constant.
|
static QuoteAction |
SUBMIT
Generated enum value for QuoteAction.SUBMIT declared at extension commerceservices.
|
static QuoteAction |
VIEW
Generated enum value for QuoteAction.VIEW declared at extension commerceservices.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Compares this object to the specified object.
|
String |
getCode()
Gets the code of this enum value.
|
String |
getType()
Gets the type this enum value belongs to.
|
int |
hashCode()
Returns a hash code for this
QuoteAction. |
String |
toString()
Returns the code representing this enum value.
|
static QuoteAction |
valueOf(String code)
Returns a QuoteAction instance representing the specified enum value.
|
public static final String _TYPECODE
public static final String SIMPLE_CLASSNAME
public static final QuoteAction CREATE
public static final QuoteAction VIEW
public static final QuoteAction SUBMIT
public static final QuoteAction SAVE
public static final QuoteAction EDIT
public static final QuoteAction DISCOUNT
public static final QuoteAction CANCEL
public static final QuoteAction CHECKOUT
public static final QuoteAction ORDER
public static final QuoteAction APPROVE
public static final QuoteAction REJECT
public static final QuoteAction EXPIRED
public boolean equals(Object obj)
true
if and only if the argument is not null and is an QuoteAction
object that contains the enum value code as this object.public String getCode()
getCode in interface HybrisEnumValuepublic String getType()
getType in interface HybrisEnumValuepublic int hashCode()
QuoteAction.public String toString()
public static QuoteAction valueOf(String code)
code - an enum valueCopyright © 2017 SAP SE. All Rights Reserved.