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

com.darwinsys.todo.model.Status Maven / Gradle / Ivy

package com.darwinsys.todo.model;

/** Enumerate the status that a ToDo can be in. */
public enum Status {
	NEW,
	ACTIVE,
	DEFERRED,
	COMPLETE;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy