Class StringMetricValue

  • All Implemented Interfaces:
    Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2

    public class StringMetricValue
    extends AbstractMetricValue
    implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
    String value of a METRIC state.

    Java class for StringMetricValue complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="StringMetricValue">
       <complexContent>
         <extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractMetricValue">
           <attribute name="Value" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • value

        protected String value
    • Constructor Detail

      • StringMetricValue

        public StringMetricValue()