Class Numeric

  • All Implemented Interfaces:
    java.io.Serializable

    public class Numeric
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String attributeId  
      private double value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Numeric()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • attributeId

        private java.lang.String attributeId
      • value

        private double value
    • Constructor Detail

      • Numeric

        public Numeric()