Uses of Class
org.springframework.binding.support.TestLabeledEnum

Packages that use TestLabeledEnum
org.springframework.binding.support   
 

Uses of TestLabeledEnum in org.springframework.binding.support
 

Fields in org.springframework.binding.support 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.binding.support that return TestLabeledEnum
 TestLabeledEnum TestBean.getEnumProperty()
           
 

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



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