Uses of Class
fr.reseaumexico.model.Level

Packages that use Level
fr.reseaumexico.model   
 

Uses of Level in fr.reseaumexico.model
 

Subclasses of Level in fr.reseaumexico.model
 class LevelImpl
           
 

Fields in fr.reseaumexico.model with type parameters of type Level
protected  Collection<Level> Domain.levels
           
 

Methods in fr.reseaumexico.model that return Level
 Level Domain.getLevels(int index)
           
 

Methods in fr.reseaumexico.model that return types with arguments of type Level
 Collection<Level> Domain.getLevels()
           
 

Methods in fr.reseaumexico.model with parameters of type Level
 void Domain.addLevels(Level levels)
           
 boolean Domain.containsLevels(Level levels)
           
 boolean Domain.removeLevels(Level levels)
           
 

Method parameters in fr.reseaumexico.model with type arguments of type Level
 void Domain.addAllLevels(Collection<Level> levels)
           
 boolean Domain.containsAllLevels(Collection<Level> levels)
           
 boolean Domain.removeAllLevels(Collection<Level> levels)
           
 void Domain.setLevels(Collection<Level> levels)
           
 



Copyright © 2011-2012 Code Lutin. All Rights Reserved.