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.ItemMyFunctionRequest. 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 MyFunctionResultCAPI. callMyFunction(Gender.Item gender, java.lang.String personLastName)Calls the MyFunction function with the specified parameters.voidMyFunctionRequest. 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.ItemGender. FEMALEThe female item.static Gender.ItemGender. MALEThe male item.Methods in com.mycompany.myproject.types that return Gender.Item Modifier and Type Method Description static Gender.ItemGender. fromStringForOptional(java.lang.String string)static Gender.ItemGender. fromStringForRequired(java.lang.String string)static Gender.ItemGender. getItemByName(java.lang.String name)Gets theItemfor the specified string name.static Gender.ItemGender. getItemByValue(java.lang.String value)Gets theItemfor the specified string value.
-