model.StatusType Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of db-api Show documentation
Show all versions of db-api Show documentation
EPOS Database APIs useful to interact with EPOS Metadata Catalogue
package model;
public enum StatusType {
ARCHIVED,
DISCARDED,
DRAFT,
SUBMITTED,
PUBLISHED
}