Package | Description |
---|---|
schema |
A client application that illustrates basic schema design.
|
Modifier and Type | Method and Description |
---|---|
(package private) Gender |
UserInfo.getGender()
Returns the gender attribute.
|
static Gender |
Gender.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Gender[] |
Gender.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
UserInfo.setGender(Gender gender)
Changes the gender attribute.
|
Copyright (c) 2011, 2015 Oracle and/or its affiliates. All rights reserved.