Class RealQuantity


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

      Constructors 
      Constructor Description
      RealQuantity​(float value)  
      RealQuantity​(javax.xml.stream.XMLEventReader reader, java.lang.String tagName)  
    • Constructor Detail

      • RealQuantity

        public RealQuantity​(float value)
      • RealQuantity

        public RealQuantity​(javax.xml.stream.XMLEventReader reader,
                            java.lang.String tagName)
                     throws javax.xml.stream.XMLStreamException,
                            SeisFileException
        Throws:
        javax.xml.stream.XMLStreamException
        SeisFileException
    • Method Detail

      • getValue

        public java.lang.Float getValue()
      • getConfidenceLevel

        public java.lang.Float getConfidenceLevel()
      • getUncertainty

        public java.lang.Float getUncertainty()
      • toString

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