Uses of Class
org.fa.tei.jaxb.facustomization.Join.Gender
-
Packages that use Join.Gender Package Description org.fa.tei.jaxb.facustomization -
-
Uses of Join.Gender in org.fa.tei.jaxb.facustomization
Fields in org.fa.tei.jaxb.facustomization declared as Join.Gender Modifier and Type Field Description protected Join.GenderJoin. genderprotected Join.GenderM. genderprotected Join.GenderW. genderMethods in org.fa.tei.jaxb.facustomization 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.GenderM. 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.facustomization with parameters of type Join.Gender Modifier and Type Method Description voidJoin. setGender(Join.Gender value)Sets the value of the gender property.voidM. setGender(Join.Gender value)Sets the value of the gender property.voidW. setGender(Join.Gender value)Sets the value of the gender property.
-