Uses of Class
org.xyz.Person.Country
-
Packages that use Person.Country Package Description org.xyz -
-
Uses of Person.Country in org.xyz
Methods in org.xyz that return Person.Country Modifier and Type Method Description Person.CountryPerson. getLocation()static Person.CountryPerson.Country. valueOf(String name)Returns the enum constant of this type with the specified name.static Person.Country[]Person.Country. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xyz with parameters of type Person.Country Modifier and Type Method Description voidPerson. setLocation(Person.Country location)
-