model.ElementType 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 ElementType {
TELEPHONE,
EMAIL,
LANGUAGE,
DOWNLOADURL,
ACCESSURL,
DOCUMENTATION,
RETURNS,
PARAMVALUE,
PROGRAMMINGLANGUAGE,
PAGEURL
}