Interface WaveformMetadata

All Known Implementing Classes:
WaveformMetadataImpl

public interface WaveformMetadata
  • Method Details

    • getAssociatedPicks

      List<WaveformPick> getAssociatedPicks()
    • getBeginTime

      Date getBeginTime()
    • getEndTime

      Date getEndTime()
    • getMaxVelTime

      Date getMaxVelTime()
    • getCodaStartTime

      Date getCodaStartTime()
    • getUserStartTime

      Date getUserStartTime()
    • getEvent

      Event getEvent()
    • getHighFrequency

      Double getHighFrequency()
    • getId

      Long getId()
    • getLowFrequency

      Double getLowFrequency()
    • getSampleRate

      Double getSampleRate()
    • getSegmentType

      String getSegmentType()
    • getSegmentUnits

      String getSegmentUnits()
    • getStream

      Stream getStream()
    • getVersion

      Integer getVersion()
    • getActive

      Boolean getActive()