Subversion Repositories SmartDukaan

Rev

Rev 21545 | Rev 23418 | Go to most recent revision | 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 OtpType{
3
public enum OtpType{
4
	REGISTRATION(0);
4
	REGISTRATION(0);
5
 
5
 
6
	private final int value;
6
	private final int value;