Uses of Class
org.springframework.samples.petclinic.owners.pets.Gender

Packages that use Gender
org.springframework.samples.petclinic.owners.pets   
 

Uses of Gender in org.springframework.samples.petclinic.owners.pets
 

Methods in org.springframework.samples.petclinic.owners.pets 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 © 2009 SpringSource, Inc. All Rights Reserved.