com.sun.syndication.feed.module.base.types
Class PriceTypeEnumeration

java.lang.Object
  extended by com.sun.syndication.feed.module.base.types.PriceTypeEnumeration
All Implemented Interfaces:
CloneableType, java.lang.Cloneable

public class PriceTypeEnumeration
extends java.lang.Object
implements CloneableType

Enumeration of values suitable for "price_type" or "salary_type".

Version:
$Revision: 1.1 $
Author:
Robert "kebernet" Cooper

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

STARTING

public static final PriceTypeEnumeration STARTING
Indicates the value is a starting value.


NEGOTIABLE

public static final PriceTypeEnumeration NEGOTIABLE
Indicates the value is negotiable

Method Detail

getValue

public java.lang.String getValue()
Returns the string value of this instance.

Returns:
Returns the string value of this instance.

findByValue

public static PriceTypeEnumeration findByValue(java.lang.String value)
Returns a PriceTypeEnumeration based on the String value or null.

Parameters:
value - Value to search for.
Returns:
PriceTypeEnumeration or null.

clone

public java.lang.Object clone()
Returns a duplicate of this instance

Specified by:
clone in interface CloneableType
Overrides:
clone in class java.lang.Object
Returns:
The same instance.

toString

public java.lang.String toString()
Returns the string value of this instance.

Overrides:
toString in class java.lang.Object
Returns:
Returns the string value of this instance.


Copyright © 2006-2009. All Rights Reserved.