Subversion Repositories SmartDukaan

Rev

Rev 29598 | View as "text/plain" | Blame | Compare with Previous | Last modification | View Log | RSS feed

package com.spice.profitmandi.dao.enumuration.dtr;

import java.util.Arrays;
import java.util.List;

public enum LeadSource {
    SELF, NEWSPAPER, INTERNET, PARTNER, CONSULTANT, IVORY, WEBINAR;

        public static List<LeadSource> enumValues = Arrays.asList(LeadSource.values());

}