Class RealQuantity


  • public class RealQuantity
    extends java.lang.Object
    • 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

      • getConfidenceLevel

        public java.lang.Float getConfidenceLevel()
      • getUncertainty

        public java.lang.Float getUncertainty()
      • getValue

        public java.lang.Float getValue()
      • setConfidenceLevel

        public void setConfidenceLevel​(java.lang.Float confidenceLevel)
      • setUncertainty

        public void setUncertainty​(java.lang.Float uncertainty)
      • setValue

        public void setValue​(java.lang.Float value)
      • toString

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