Rev 21719 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
package com.spice.profitmandi.dao.enumuration.dtr;
package com.spice.profitmandi.common.enumuration;
public enum ContentType{
PDF(0),
JPEG(1),
PNG(2);