Uses of Class
edu.washington.cs.supple.example.classroom.LightBean

Packages that use LightBean
edu.washington.cs.supple.example.classroom   
edu.washington.cs.supple.test   
 

Uses of LightBean in edu.washington.cs.supple.example.classroom
 

Fields in edu.washington.cs.supple.example.classroom declared as LightBean
protected  LightBean LightsBean.light
           
 

Methods in edu.washington.cs.supple.example.classroom that return LightBean
 LightBean LightsBean.getLight()
           
 

Methods in edu.washington.cs.supple.example.classroom with parameters of type LightBean
 void LightsBean.setLight(LightBean light)
           
static ContainerTypeImpl LightType.createType(LightBean bean)
          Create a light type
 

Uses of LightBean in edu.washington.cs.supple.test
 

Fields in edu.washington.cs.supple.test declared as LightBean
protected  LightBean ValueObjectTest.bean