Uses of Class
org.springframework.web.servlet.view.json.converter.model.EnumBean.TestEnum

Packages that use EnumBean.TestEnum
org.springframework.web.servlet.view.json.converter.model   
 

Uses of EnumBean.TestEnum in org.springframework.web.servlet.view.json.converter.model
 

Methods in org.springframework.web.servlet.view.json.converter.model that return EnumBean.TestEnum
 EnumBean.TestEnum EnumBean.getTest()
           
static EnumBean.TestEnum EnumBean.TestEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EnumBean.TestEnum[] EnumBean.TestEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.springframework.web.servlet.view.json.converter.model that return types with arguments of type EnumBean.TestEnum
 List<EnumBean.TestEnum> EnumBean.getList()
           
 

Methods in org.springframework.web.servlet.view.json.converter.model with parameters of type EnumBean.TestEnum
 void EnumBean.setTest(EnumBean.TestEnum test)
           
 



Copyright © 2010. All Rights Reserved.