hi all:
I tied this
enum type --class ~.reference.IndianStates
enum constant --name Andhra Pradesh
but could see that IndianStates.java had the following entries
public enum IndianStates {
Andhra
}
anything I am missing/ don't know ?
I was hoping it would be
public enum IndianStates {
Andhra Pradesh
}
thanks
rp


Reply With Quote