|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.syndication.feed.module.base.types.PriceTypeEnumeration
public class PriceTypeEnumeration
Enumeration of values suitable for "price_type" or "salary_type".
Field Summary | |
---|---|
static PriceTypeEnumeration |
NEGOTIABLE
Indicates the value is negotiable |
static PriceTypeEnumeration |
STARTING
Indicates the value is a starting value. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final PriceTypeEnumeration STARTING
public static final PriceTypeEnumeration NEGOTIABLE
Method Detail |
---|
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 CloneableType
clone
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |