All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fish.focus.uvms.incident.model.dto.enums.StatusEnum Maven / Gradle / Ivy

The newest version!
package fish.focus.uvms.incident.model.dto.enums;

public enum  StatusEnum {
    INCIDENT_CREATED,
    ATTEMPTED_CONTACT,
    MANUAL_POSITION_MODE,
    MANUAL_POSITION_LATE,
    PARKED,
    RESOLVED,
    RECEIVING_VMS_POSITIONS,
    NOT_RECEIVING_VMS_POSITIONS,
    OVERDUE,
    RECEIVING_AIS_POSITIONS;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy