org.opensha.refFaultParamDb.data
Class TimeAPI
java.lang.Object
org.opensha.refFaultParamDb.data.TimeAPI
- Direct Known Subclasses:
- ExactTime, TimeEstimate
public class TimeAPI
- extends Object
Title: TimeAPI.java
Description: API for specifying the times. It is used for specifying the
event time as well as start time (or an end time) for timeSpan in a site
Copyright: Copyright (c) 2002
Company:
- Version:
- 1.0
- Author:
- not attributable
AD
public static final String AD
- See Also:
- Constant Field Values
BC
public static final String BC
- See Also:
- Constant Field Values
TimeAPI
public TimeAPI()
getDatingComments
public String getDatingComments()
getReferencesList
public ArrayList<Reference> getReferencesList()
setDatingComments
public void setDatingComments(String datingComments)
setReferencesList
public void setReferencesList(ArrayList<Reference> referencesList)
toString
public String toString()
- Overrides:
toString in class Object