public class GenderEnumeration extends java.lang.Object implements CloneableType
| Modifier and Type | Field and Description |
|---|---|
static GenderEnumeration |
FEMALE
Women
|
static GenderEnumeration |
MALE
Men
|
| Modifier and Type | Method and Description |
|---|---|
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() |
public static final GenderEnumeration MALE
public static final GenderEnumeration FEMALE
public static GenderEnumeration findByValue(java.lang.String value)
public java.lang.String getValue()
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.