public interface XMPVersionInfo 
       Version information for the XMP toolkit is stored in the jar-library and available through a runtime call, XMPMetaFactory.getVersionInfo(), addition static version numbers are defined in "version.properties".
| Modifier and Type | Method and Description | 
|---|---|
int |  
           getBuild()  |  
          
int |  
           getMajor()  |  
          
String |  
           getMessage()  |  
          
int |  
           getMicro()  |  
          
int |  
           getMinor()  |  
          
boolean |  
           isDebug()  |  
          
int getMajor()
int getMinor()
int getMicro()
int getBuild()
boolean isDebug()
String getMessage()
Copyright © 1998–2019. All rights reserved.