|
||||||||||
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.GenderEnumeration
public class GenderEnumeration
Simple enumeration for Genders.
Field Summary | |
---|---|
static GenderEnumeration |
FEMALE
Women |
static GenderEnumeration |
MALE
Men |
Method Summary | |
---|---|
java.lang.Object |
clone()
Returns a reference to the same object. |
static GenderEnumeration |
findByValue(java.lang.String value)
Returns the proper instance based on the string value |
java.lang.String |
getValue()
Returns the value of the instance |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final GenderEnumeration MALE
public static final GenderEnumeration FEMALE
Method Detail |
---|
public static GenderEnumeration findByValue(java.lang.String value)
public java.lang.String getValue()
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 |