Uses of Class
com.mycompany.myproject.types.Gender.Item
-
Packages that use Gender.Item Package Description com.mycompany.myproject.capi Client-side calling interface (CAPI) for the myproject API.com.mycompany.myproject.types Types defined in the myproject API. -
-
Uses of Gender.Item in com.mycompany.myproject.capi
Methods in com.mycompany.myproject.capi that return Gender.Item Modifier and Type Method Description Gender.Item
MyFunctionRequest. getGender()
Gets the value of the gender parameter.Methods in com.mycompany.myproject.capi with parameters of type Gender.Item Modifier and Type Method Description MyFunctionResult
CAPI. callMyFunction(Gender.Item gender, java.lang.String personLastName)
Calls the MyFunction function with the specified parameters.void
MyFunctionRequest. setGender(Gender.Item gender)
Sets or resets the gender parameter as acom.mycompany.myproject.types.Gender.Item
. -
Uses of Gender.Item in com.mycompany.myproject.types
Fields in com.mycompany.myproject.types declared as Gender.Item Modifier and Type Field Description static Gender.Item
Gender. FEMALE
The female item.static Gender.Item
Gender. MALE
The male item.Methods in com.mycompany.myproject.types that return Gender.Item Modifier and Type Method Description static Gender.Item
Gender. fromStringForOptional(java.lang.String string)
static Gender.Item
Gender. fromStringForRequired(java.lang.String string)
static Gender.Item
Gender. getItemByName(java.lang.String name)
Gets theItem
for the specified string name.static Gender.Item
Gender. getItemByValue(java.lang.String value)
Gets theItem
for the specified string value.
-