Uses of Class
org.wicketopia.example.domain.value.Gender

Packages that use Gender
org.wicketopia.example.domain.entity   
org.wicketopia.example.domain.value   
 

Uses of Gender in org.wicketopia.example.domain.entity
 

Methods in org.wicketopia.example.domain.entity that return Gender
 Gender Person.getGender()
           
 

Methods in org.wicketopia.example.domain.entity with parameters of type Gender
 void Person.setGender(Gender gender)
           
 

Uses of Gender in org.wicketopia.example.domain.value
 

Methods in org.wicketopia.example.domain.value that return Gender
static Gender Gender.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Gender[] Gender.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2010-2013. All Rights Reserved.