public class QuoteAction extends java.lang.Object implements HybrisEnumValue
| Modifier and Type | Field and Description |
|---|---|
static java.lang.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 |
DOWNLOAD_PROPOSAL_DOCUMENT
Generated enum value for QuoteAction.DOWNLOAD_PROPOSAL_DOCUMENT declared at extension sapquoteintegration.
|
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 |
REQUOTE
Generated enum value for QuoteAction.REQUOTE declared at extension commerceservices.
|
static QuoteAction |
SAVE
Generated enum value for QuoteAction.SAVE declared at extension commerceservices.
|
static java.lang.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(java.lang.Object obj)
Compares this object to the specified object.
|
java.lang.String |
getCode()
Gets the code of this enum value.
|
java.lang.String |
getType()
Gets the type this enum value belongs to.
|
int |
hashCode()
Returns a hash code for this
QuoteAction. |
java.lang.String |
toString()
Returns the code representing this enum value.
|
static QuoteAction |
valueOf(java.lang.String code)
Returns a QuoteAction instance representing the specified enum value.
|
public static final java.lang.String _TYPECODE
public static final java.lang.String SIMPLE_CLASSNAME
public static final QuoteAction CREATE
public static final QuoteAction DOWNLOAD_PROPOSAL_DOCUMENT
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 static final QuoteAction REQUOTE
public boolean equals(java.lang.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.equals in class java.lang.Objectobj - the object to compare with.true if the objects are the same;
false otherwise.public java.lang.String getCode()
getCode in interface HybrisEnumValuepublic java.lang.String getType()
getType in interface HybrisEnumValuepublic int hashCode()
QuoteAction.hashCode in class java.lang.Objectcode
represented by this QuoteAction object.public java.lang.String toString()
toString in class java.lang.Objectpublic static QuoteAction valueOf(java.lang.String code)
code - an enum valueCopyright © 2018 SAP SE. All Rights Reserved.