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

com.activitystream.model.stream.ImportanceLevel Maven / Gradle / Ivy

package com.activitystream.model.stream;

public enum ImportanceLevel {

    INSIGNIFICANT,
    NOTICEABLE,
    NOT_IMPORTANT,
    IMPORTANT,
    VERY_IMPORTANT,
    CRITICAL;

    public static final ImportanceLevel[] importanceLevels = new ImportanceLevel[]{INSIGNIFICANT, NOTICEABLE, NOT_IMPORTANT, IMPORTANT, VERY_IMPORTANT,
            CRITICAL};

    ImportanceLevel() {

    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy