Class EventDescription


  • public class EventDescription
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      EventDescription​(javax.xml.stream.XMLEventReader reader)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getIrisFECode()  
      java.lang.String getText()  
      java.lang.String getType()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EventDescription

        public EventDescription​(javax.xml.stream.XMLEventReader reader)
                         throws javax.xml.stream.XMLStreamException,
                                SeisFileException
        Throws:
        javax.xml.stream.XMLStreamException
        SeisFileException
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getText

        public java.lang.String getText()
      • getType

        public java.lang.String getType()
      • getIrisFECode

        public int getIrisFECode()