|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfedora.oai.DateGranularitySupport
public class DateGranularitySupport
Title: DateGranularitySupport.java
Description: An indicator of the level of granularity in dates a repository supports.
| Field Summary | |
|---|---|
static DateGranularitySupport |
DAYS
Indicates that the repository supports timestamp granularity in days. |
static DateGranularitySupport |
SECONDS
Indicates that the repository supports timestamp granularity in seconds. |
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final DateGranularitySupport DAYS
public static final DateGranularitySupport SECONDS
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||