public class PriceTypeEnumeration extends Object implements CloneableType
| Modifier and Type | Field and Description |
|---|---|
static PriceTypeEnumeration |
NEGOTIABLE
Indicates the value is negotiable
|
static PriceTypeEnumeration |
STARTING
Indicates the value is a starting value.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Returns a duplicate of this instance
|
static PriceTypeEnumeration |
findByValue(String value)
Returns a PriceTypeEnumeration based on the String value or null.
|
String |
getValue()
Returns the string value of this instance.
|
String |
toString()
Returns the string value of this instance.
|
public static final PriceTypeEnumeration STARTING
public static final PriceTypeEnumeration NEGOTIABLE
public String getValue()
public static PriceTypeEnumeration findByValue(String value)
value - Value to search for.public Object clone()
clone in interface CloneableTypeclone in class ObjectCopyright © 2021. All rights reserved.