|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Gender.Item | |
com.mycompany.myproject.api | Implementation of the myproject API. |
com.mycompany.myproject.types | Types defined in the myproject API. |
Uses of Gender.Item in com.mycompany.myproject.api |
Methods in com.mycompany.myproject.api that return Gender.Item | |
Gender.Item |
MyFunction.Request.getGender()
Gets the value of the required input parameter gender, which is The gender of the person. |
Constructors in com.mycompany.myproject.api with parameters of type Gender.Item | |
MyFunction.Request(String __ipArg,
Gender.Item gender,
String personLastName)
Constructs a new Request instance. |
Uses of Gender.Item in com.mycompany.myproject.types |
Fields in com.mycompany.myproject.types declared as Gender.Item | |
static Gender.Item |
Gender.MALE
The male item. |
static Gender.Item |
Gender.FEMALE
The female item. |
Methods in com.mycompany.myproject.types that return Gender.Item | |
static Gender.Item |
Gender.fromStringForRequired(String string)
|
static Gender.Item |
Gender.fromStringForOptional(String string)
|
static Gender.Item |
Gender.getItemByValue(String value)
Gets the Item for the specified string value. |
static Gender.Item |
Gender.getItemByName(String name)
Gets the Item for the specified string name. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |