Uses of Class
org.fa.tei.jaxb.v2_x.Join.Gender
-
Packages that use Join.Gender Package Description org.fa.tei.jaxb.v2_x -
-
Uses of Join.Gender in org.fa.tei.jaxb.v2_x
Fields in org.fa.tei.jaxb.v2_x declared as Join.Gender Modifier and Type Field Description protected Join.GenderJoin. genderprotected Join.GenderW. genderMethods in org.fa.tei.jaxb.v2_x that return Join.Gender Modifier and Type Method Description static Join.GenderJoin.Gender. fromValue(String v)Join.GenderJoin. getGender()Gets the value of the gender property.Join.GenderW. getGender()Gets the value of the gender property.static Join.GenderJoin.Gender. valueOf(String name)Returns the enum constant of this type with the specified name.static Join.Gender[]Join.Gender. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.fa.tei.jaxb.v2_x with parameters of type Join.Gender Modifier and Type Method Description voidJoin. setGender(Join.Gender value)Sets the value of the gender property.voidW. setGender(Join.Gender value)Sets the value of the gender property.
-