Uses of Class
org.apache.myfaces.tobago.example.demo.model.solar.Planet

Packages that use Planet
org.apache.myfaces.tobago.example.demo.model.solar   
 

Uses of Planet in org.apache.myfaces.tobago.example.demo.model.solar
 

Fields in org.apache.myfaces.tobago.example.demo.model.solar declared as Planet
static Planet Planet.EARTH
           
static Planet Planet.MARS
           
static Planet Planet.MERCURY
           
static Planet Planet.VENUS
           
 

Methods in org.apache.myfaces.tobago.example.demo.model.solar that return types with arguments of type Planet
 List<Planet> Solar.getPlanets()
           
 

Method parameters in org.apache.myfaces.tobago.example.demo.model.solar with type arguments of type Planet
 void Solar.setPlanets(List<Planet> planets)
           
 

Constructors in org.apache.myfaces.tobago.example.demo.model.solar with parameters of type Planet
Planet(Planet planet)
           
 



Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.