com.brihaspathee.zeus.domain.ProcessingState Maven / Gradle / Ivy
package com.brihaspathee.zeus.domain;
/**
* Created in Intellij IDEA
* User: Balaji Varadharajan
* Date: 11, April 2024
* Time: 1:50 PM
* Project: Zeus
* Package Name: com.brihaspathee.zeus.domain
* To change this template use File | Settings | File and Code Template
*/
public enum ProcessingState {
NEW,
VALIDATION,
VALIDATION_ERROR,
SENT_TO_MMS,
MMS_ERROR
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy