public class PriceTypeEnumeration extends java.lang.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.
|
private java.lang.String |
value
String value encapsulated
|
Modifier | Constructor and Description |
---|---|
private |
PriceTypeEnumeration(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Returns a duplicate of this instance
|
static PriceTypeEnumeration |
findByValue(java.lang.String value)
Returns a PriceTypeEnumeration based on the String value or null.
|
java.lang.String |
getValue()
Returns the string value of this instance.
|
java.lang.String |
toString()
Returns the string value of this instance.
|
public static final PriceTypeEnumeration STARTING
public static final PriceTypeEnumeration NEGOTIABLE
private final java.lang.String value
private PriceTypeEnumeration(java.lang.String value)
value
- Value to encapsulatepublic java.lang.String getValue()
public static PriceTypeEnumeration findByValue(java.lang.String value)
value
- Value to search for.public java.lang.Object clone()
clone
in interface CloneableType
clone
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object