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

de.axelspringer.ideas.crowdsource.enums.ProjectStatus Maven / Gradle / Ivy

The newest version!
package de.axelspringer.ideas.crowdsource.enums;

public enum ProjectStatus {

    // just saved
    PROPOSED,
    // accepted by admin
    PUBLISHED,
    // rejected by admin
    REJECTED,
    // fully pledged / all money that is needed
    FULLY_PLEDGED
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy