public class QuoteState extends java.lang.Object implements HybrisEnumValue
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static QuoteState |
BUYER_ACCEPTED
Generated enum value for QuoteState.BUYER_ACCEPTED declared at extension commerceservices.
|
static QuoteState |
BUYER_APPROVED
Generated enum value for QuoteState.BUYER_APPROVED declared at extension commerceservices.
|
static QuoteState |
BUYER_DRAFT
Generated enum value for QuoteState.BUYER_DRAFT declared at extension commerceservices.
|
static QuoteState |
BUYER_OFFER
Generated enum value for QuoteState.BUYER_OFFER declared at extension commerceservices.
|
static QuoteState |
BUYER_ORDERED
Generated enum value for QuoteState.BUYER_ORDERED declared at extension commerceservices.
|
static QuoteState |
BUYER_REJECTED
Generated enum value for QuoteState.BUYER_REJECTED declared at extension commerceservices.
|
static QuoteState |
BUYER_SUBMITTED
Generated enum value for QuoteState.BUYER_SUBMITTED declared at extension commerceservices.
|
static QuoteState |
CANCELLED
Generated enum value for QuoteState.CANCELLED declared at extension core.
|
static QuoteState |
CREATED
Generated enum value for QuoteState.CREATED declared at extension core.
|
static QuoteState |
DRAFT
Generated enum value for QuoteState.DRAFT declared at extension core.
|
static QuoteState |
EXPIRED
Generated enum value for QuoteState.EXPIRED declared at extension core.
|
static QuoteState |
OFFER
Generated enum value for QuoteState.OFFER declared at extension core.
|
static QuoteState |
ORDERED
Generated enum value for QuoteState.ORDERED declared at extension core.
|
static QuoteState |
SELLER_DRAFT
Generated enum value for QuoteState.SELLER_DRAFT declared at extension commerceservices.
|
static QuoteState |
SELLER_REQUEST
Generated enum value for QuoteState.SELLER_REQUEST declared at extension commerceservices.
|
static QuoteState |
SELLER_SUBMITTED
Generated enum value for QuoteState.SELLER_SUBMITTED declared at extension commerceservices.
|
static QuoteState |
SELLERAPPROVER_APPROVED
Generated enum value for QuoteState.SELLERAPPROVER_APPROVED declared at extension commerceservices.
|
static QuoteState |
SELLERAPPROVER_DRAFT
Generated enum value for QuoteState.SELLERAPPROVER_DRAFT declared at extension commerceservices.
|
static QuoteState |
SELLERAPPROVER_PENDING
Generated enum value for QuoteState.SELLERAPPROVER_PENDING declared at extension commerceservices.
|
static QuoteState |
SELLERAPPROVER_REJECTED
Generated enum value for QuoteState.SELLERAPPROVER_REJECTED declared at extension commerceservices.
|
static java.lang.String |
SIMPLE_CLASSNAME
Generated simple class name constant.
|
static QuoteState |
SUBMITTED
Generated enum value for QuoteState.SUBMITTED declared at extension core.
|
| 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
QuoteState. |
java.lang.String |
toString()
Returns the code representing this enum value.
|
static QuoteState |
valueOf(java.lang.String code)
Returns a QuoteState instance representing the specified enum value.
|
public static final java.lang.String _TYPECODE
public static final java.lang.String SIMPLE_CLASSNAME
public static final QuoteState BUYER_APPROVED
public static final QuoteState CREATED
public static final QuoteState BUYER_DRAFT
public static final QuoteState DRAFT
public static final QuoteState BUYER_SUBMITTED
public static final QuoteState SUBMITTED
public static final QuoteState BUYER_OFFER
public static final QuoteState OFFER
public static final QuoteState BUYER_ACCEPTED
public static final QuoteState ORDERED
public static final QuoteState BUYER_REJECTED
public static final QuoteState CANCELLED
public static final QuoteState BUYER_ORDERED
public static final QuoteState EXPIRED
public static final QuoteState SELLER_REQUEST
public static final QuoteState SELLER_DRAFT
public static final QuoteState SELLER_SUBMITTED
public static final QuoteState SELLERAPPROVER_DRAFT
public static final QuoteState SELLERAPPROVER_PENDING
public static final QuoteState SELLERAPPROVER_REJECTED
public static final QuoteState SELLERAPPROVER_APPROVED
public boolean equals(java.lang.Object obj)
true
if and only if the argument is not null and is an QuoteState
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()
QuoteState.hashCode in class java.lang.Objectcode
represented by this QuoteState object.public java.lang.String toString()
toString in class java.lang.Objectpublic static QuoteState valueOf(java.lang.String code)
code - an enum valueCopyright © 2018 SAP SE. All Rights Reserved.