Uses of Class
org.nuiton.topiatest.Title

Packages that use Title
org.nuiton.topiatest   
 

Uses of Title in org.nuiton.topiatest
 

Fields in org.nuiton.topiatest declared as Title
 Title[] PersonneDTO.title
           
 

Fields in org.nuiton.topiatest with type parameters of type Title
protected  Collection<Title> PersonneAbstract.title
          Nom de l'attribut en BD : title
 

Methods in org.nuiton.topiatest that return Title
 Title[] PersonneDTO.getTitle()
           
static Title Title.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Title[] Title.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.nuiton.topiatest that return types with arguments of type Title
 Collection<Title> PersonneAbstract.getTitle()
           
 Collection<Title> Personne.getTitle()
           
 

Methods in org.nuiton.topiatest with parameters of type Title
 void PersonneAbstract.addTitle(Title title)
           
 void Personne.addTitle(Title title)
           
 List<E> PersonneDAOAbstract.findAllContainsTitle(Title v)
           
 E PersonneDAOAbstract.findContainsTitle(Title v)
           
 void PersonneAbstract.removeTitle(Title title)
           
 void Personne.removeTitle(Title title)
           
 void PersonneDTO.setTitle(Title[] values)
           
 

Method parameters in org.nuiton.topiatest with type arguments of type Title
 void PersonneAbstract.addAllTitle(Collection<Title> title)
           
 void Personne.addAllTitle(Collection<Title> title)
           
 void PersonneAbstract.setTitle(Collection<Title> title)
           
 void Personne.setTitle(Collection<Title> title)
           
 



Copyright © 2004-2012 CodeLutin. All Rights Reserved.