Package org.sblim.wbem.cim
Class CIMVersion
- java.lang.Object
-
- org.sblim.wbem.cim.CIMVersion
-
public class CIMVersion extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CIMVersion()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getBuildDate()
Gets the build datestatic java.lang.String
getCopyright()
Gets the copyright statementstatic java.lang.String
getProductName()
Gets the product namestatic java.lang.String
getVersion()
Gets the versionstatic void
main(java.lang.String[] args)
java.lang.String
toString()
-
-
-
Method Detail
-
getBuildDate
public static java.lang.String getBuildDate()
Gets the build date- Returns:
- The build date
-
getCopyright
public static java.lang.String getCopyright()
Gets the copyright statement- Returns:
- THe copyright
-
getProductName
public static java.lang.String getProductName()
Gets the product name- Returns:
- The product name
-
getVersion
public static java.lang.String getVersion()
Gets the version- Returns:
- The version
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
main
public static void main(java.lang.String[] args)
-
-