Subversion Repositories SmartDukaan

Rev

Rev 21545 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21545 Rev 21719
Line 1... Line 1...
1
package com.spice.profitmandi.dao.enumuration;
1
package com.spice.profitmandi.dao.enumuration.dtr;
2
 
2
 
3
public enum Gender {
3
public enum Gender {
4
	MALE(0),
4
	MALE(0),
5
	FEMALE(1),
5
	FEMALE(1),
6
	OTHER(2);
6
	OTHER(2);