Uses of Class
org.ocopomo.Nationality

Packages that use Nationality
org.ocopomo   
 

Uses of Nationality in org.ocopomo
 

Methods in org.ocopomo that return Nationality
static Nationality Nationality.random()
           
static Nationality Nationality.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Nationality[] Nationality.values()
          Returns an array containing the constants of this enum type, in the order they are declared.