Class Measurement

  • All Implemented Interfaces:
    java.io.Serializable

    @TypeAlias("Measurement")
    public class Measurement
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Measurement()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • id

        private java.lang.String id
      • value

        private java.lang.String value
      • fallIntoAttributes

        private java.util.LinkedHashSet<EmbeddedBean> fallIntoAttributes
    • Constructor Detail

      • Measurement

        public Measurement()