|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--blackboard.base.BbEnum
|
+--blackboard.data.user.User.Gender
Enumeration for reflecting user's gender
| Field Summary | |
static User.Gender |
DEFAULT
Default is UNKNOWN |
static User.Gender |
FEMALE
Female |
static User.Gender |
MALE
Male |
static User.Gender |
UNKNOWN
Gender is not known, or not specified. |
| Method Summary | |
static User.Gender |
fromExternalString(java.lang.String externalString)
Returns the User.Gender element specified by the externalString. |
static User.Gender[] |
getValues()
Returns an array of all of the elements in this enumeration. |
| Methods inherited from class blackboard.base.BbEnum |
compareTo, defineAlias, defineDefault, fromExternalString, fromFieldName, fromFieldName, getDefaultElement, getValues, isDefault, toExternalString, toFieldName, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final User.Gender FEMALE
public static final User.Gender MALE
public static final User.Gender UNKNOWN
public static final User.Gender DEFAULT
UNKNOWN
| Method Detail |
public static User.Gender[] getValues()
public static User.Gender fromExternalString(java.lang.String externalString)
throws java.lang.IllegalArgumentException
externalString.
java.lang.IllegalArgumentException - if the given string is not an external
representation of one of the elements this enumeration class.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||