Uses of Class
org.somda.sdc.biceps.model.participant.Sex
-
Packages that use Sex Package Description org.somda.sdc.biceps.model.participant -
-
Uses of Sex in org.somda.sdc.biceps.model.participant
Fields in org.somda.sdc.biceps.model.participant declared as Sex Modifier and Type Field Description protected SexPatientDemographicsCoreData. sexMethods in org.somda.sdc.biceps.model.participant that return Sex Modifier and Type Method Description static SexSex. fromValue(String v)SexPatientDemographicsCoreData. getSex()Gets the value of the sex property.static SexSex. valueOf(String name)Returns the enum constant of this type with the specified name.static Sex[]Sex. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.somda.sdc.biceps.model.participant with parameters of type Sex Modifier and Type Method Description voidPatientDemographicsCoreData. setSex(Sex value)Sets the value of the sex property.
-