Uses of Class
org.apache.tapestry5.tutorial.data.Honorific

Packages that use Honorific
org.apache.tapestry5.tutorial.data   
org.apache.tapestry5.tutorial.entities   
 

Uses of Honorific in org.apache.tapestry5.tutorial.data
 

Methods in org.apache.tapestry5.tutorial.data that return Honorific
static Honorific Honorific.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Honorific[] Honorific.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of Honorific in org.apache.tapestry5.tutorial.entities
 

Methods in org.apache.tapestry5.tutorial.entities that return Honorific
 Honorific Address.getHonorific()
           
 

Methods in org.apache.tapestry5.tutorial.entities with parameters of type Honorific
 void Address.setHonorific(Honorific honorific)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.