Class NumberMetadataValue

  • All Implemented Interfaces:
    MetadataValue

    public class NumberMetadataValue
    extends java.lang.Object
    implements MetadataValue
    Representation of a Number metadata value.
    • Constructor Summary

      Constructors 
      Constructor Description
      NumberMetadataValue​(java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getValue()  
      • Methods inherited from class java.lang.Object

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

      • NumberMetadataValue

        public NumberMetadataValue​(java.lang.String value)
    • Method Detail

      • getValue

        public java.lang.String getValue()