Uses of Class
org.springframework.richclient.test.TestLabeledEnum

Packages that use TestLabeledEnum
org.springframework.richclient.test   
 

Uses of TestLabeledEnum in org.springframework.richclient.test
 

Fields in org.springframework.richclient.test declared as TestLabeledEnum
 TestLabeledEnum TestBean.enumProperty
           
static TestLabeledEnum TestLabeledEnum.ONE
           
static TestLabeledEnum TestLabeledEnum.THREE
           
static TestLabeledEnum TestLabeledEnum.TWO
           
static TestLabeledEnum TestLabeledEnum.ZERO
           
 

Methods in org.springframework.richclient.test that return TestLabeledEnum
 TestLabeledEnum TestBean.getEnumProperty()
           
 

Methods in org.springframework.richclient.test with parameters of type TestLabeledEnum
 void TestBean.setEnumProperty(TestLabeledEnum enumProperty)
           
 



Copyright © 2004-2009 The Spring Framework. All Rights Reserved.