|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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()
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()
getTitle : |
Collection<Title> |
Personne.getTitle()
getTitle : Retourne la collection. |
| Methods in org.nuiton.topiatest with parameters of type Title | |
|---|---|
void |
PersonneAbstract.addTitle(Title title)
addTitle : |
void |
Personne.addTitle(Title title)
addTitle : |
List<E> |
PersonneDAOAbstract.findAllContainsTitle(Title v)
findAllContainsTitle : Retourne les éléments ayant comme valeur pour l'attribut title le paramètre. |
E |
PersonneDAOAbstract.findContainsTitle(Title v)
findContainsTitle : Retourne le premier élément ayant comme valeur pour l'attribut title le paramètre. |
void |
PersonneAbstract.removeTitle(Title title)
removeTitle : |
void |
Personne.removeTitle(Title title)
removeTitle : |
void |
PersonneDTO.setTitle(Title[] values)
setTitle : |
| Method parameters in org.nuiton.topiatest with type arguments of type Title | |
|---|---|
void |
PersonneAbstract.addAllTitle(Collection<Title> title)
addAllTitle : |
void |
Personne.addAllTitle(Collection<Title> title)
addAllTitle : |
void |
PersonneAbstract.setTitle(Collection<Title> title)
setTitle : |
void |
Personne.setTitle(Collection<Title> title)
setTitle : |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||