Class FormatIdentifierInfo


  • public class FormatIdentifierInfo
    extends java.lang.Object
    FormatIdentifierInfo the object containing information returned by the status
    • Constructor Summary

      Constructors 
      Constructor Description
      FormatIdentifierInfo​(java.lang.String version, java.lang.String softwareName)
      Create a new FormatIdentifierInfo with all parameters
    • Method Summary

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

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

      • FormatIdentifierInfo

        public FormatIdentifierInfo​(java.lang.String version,
                                    java.lang.String softwareName)
        Create a new FormatIdentifierInfo with all parameters
        Parameters:
        version - the identifier version
        softwareName - the identifier name
    • Method Detail

      • getVersion

        public java.lang.String getVersion()
        Returns:
        the identifier version
      • getSoftwareName

        public java.lang.String getSoftwareName()
        Returns:
        the identifier name