View Javadoc
1
package
com.opencsv.bean.mocks;
2
3
public
enum
TestEnum
{
4
TEST1, Test2, test3
5
}