Uses of Enum Class
com.codebox.bean.SampleBean.SampleEnum
Packages that use SampleBean.SampleEnum
-
Uses of SampleBean.SampleEnum in com.codebox.bean
Subclasses with type arguments of type SampleBean.SampleEnum in com.codebox.beanModifier and TypeClassDescriptionstatic enumSample enum for demonstration purposes.Methods in com.codebox.bean that return SampleBean.SampleEnumModifier and TypeMethodDescriptionstatic SampleBean.SampleEnumReturns the enum constant of this class with the specified name.static SampleBean.SampleEnum[]SampleBean.SampleEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.