Uses of Class
fi.tut.mei.resdescapi.rdapi.model.rd.GenderST
-
Packages that use GenderST Package Description fi.tut.mei.resdescapi.rdapi.model.rd -
-
Uses of GenderST in fi.tut.mei.resdescapi.rdapi.model.rd
Fields in fi.tut.mei.resdescapi.rdapi.model.rd declared as GenderST Modifier and Type Field Description protected GenderST
InterfaceRefCT. gender
Methods in fi.tut.mei.resdescapi.rdapi.model.rd that return GenderST Modifier and Type Method Description static GenderST
GenderST. fromValue(String v)
GenderST
InterfaceRefCT. getGender()
Gets the value of the gender property.static GenderST
GenderST. valueOf(String name)
Returns the enum constant of this type with the specified name.static GenderST[]
GenderST. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fi.tut.mei.resdescapi.rdapi.model.rd with parameters of type GenderST Modifier and Type Method Description void
InterfaceRefCT. setGender(GenderST value)
Sets the value of the gender property.
-