Uses of Enum Class
org.eclipse.nebula.widgets.nattable.dataset.person.Person.Gender
Packages that use Person.Gender
-
Uses of Person.Gender in org.eclipse.nebula.widgets.nattable.dataset.person
Methods in org.eclipse.nebula.widgets.nattable.dataset.person that return Person.GenderModifier and TypeMethodDescriptionPerson.getGender()static Person.GenderReturns the enum constant of this class with the specified name.static Person.Gender[]Person.Gender.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.nebula.widgets.nattable.dataset.person with parameters of type Person.GenderConstructors in org.eclipse.nebula.widgets.nattable.dataset.person with parameters of type Person.GenderModifierConstructorDescriptionExtendedPersonWithAddress(int id, String firstName, String lastName, Person.Gender gender, boolean married, Date birthday, Address address, String password, String description, double money, List<String> favouriteFood, List<String> favouriteDrinks) Person(int id, String firstName, String lastName, Person.Gender gender, boolean married, Date birthday) Person(int id, String firstName, String lastName, Person.Gender gender, boolean married, Date birthday, Double money) PersonWithAddress(int id, String firstName, String lastName, Person.Gender gender, boolean married, Date birthday, Address address)