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.
|
| 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
public 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 CloneableTypeclone in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2025. All rights reserved.