com.groupdocs.parser.data

Class MetadataItem

    • Constructor Detail

      • MetadataItem

        public MetadataItem(String name,
                            String value)
        Initializes a new instance of the MetadataItem class.
        Parameters:
        name - The name of the metadata item.
        value - The value of the metadata item.
    • Method Detail

      • getName

        public String getName()
        Gets the name of the metadata item.
        Returns:
        A string value that represents the name of the metadata item.
      • getValue

        public String getValue()
        Gets the value of the metadata item.
        Returns:
        A string value that represents the value of the metadata item.