source: VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/java/de/uni_leipzig/asv/clarin/webservices/pidservices2/HandleField.java @ 5482

Last change on this file since 5482 was 5482, checked in by Twan Goosen, 10 years ago

Updated the PID services according to a the new version (2.0.6-SNAPSHOT) provided by Thomas Eckart

  • Property svn:eol-style set to native
File size: 371 bytes
Line 
1package de.uni_leipzig.asv.clarin.webservices.pidservices2;
2
3/**
4 * Fields that can be stored via the EPIC v2 API. This enumeration is a restriction of allowed fields <em>in this project</em>. The EPIC API does not have such
5 * restrictions.
6 *
7 * @author Thomas Eckart
8 */
9public enum HandleField {
10        AUTHORS, CREATOR, EXPDATE, INST, METADATA_URL, PUBDATE, TITLE, URL
11}
Note: See TracBrowser for help on using the repository browser.