Class Measure

    • Constructor Detail

      • Measure

        public Measure​(String name)
      • Measure

        public Measure()
    • Method Detail

      • getMeasurements

        @Exported
        public List<Measurement> getMeasurements()
        Gets the value of the measurement property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the measurement property.

        For example, to add a new item, do as follows:

            getMeasurement().add(newItem);
         

        Objects of the following type(s) are allowed in the list Measurement

      • getName

        @Exported(name="measure")
        public String getName()
        Ruft den Wert der name-Eigenschaft ab.
        Returns:
        possible object is String
      • setName

        public void setName​(String name)
      • getColor

        @Exported
        public String getColor()
        Ruft den Wert der color-Eigenschaft ab.
        Returns:
        possible object is String
      • setColor

        public void setColor​(String color)
      • getAggregation

        @Exported
        public String getAggregation()
        Ruft den Wert der aggregation-Eigenschaft ab.
        Returns:
        possible object is String
      • setAggregation

        public void setAggregation​(String aggregation)
      • getUnit

        @Exported
        public String getUnit()
        Ruft den Wert der unit-Eigenschaft ab.
        Returns:
        possible object is String
      • setUnit

        public void setUnit​(String unit)
      • getMetricValue

        public double getMetricValue()
      • getStrMetricValue

        public BigDecimal getStrMetricValue()