org.sblim.wbem.cim

Class CIMVersion


public class CIMVersion
extends java.lang.Object

CIMVersion.java (C) Copyright IBM Corp. 2005, 2006 THIS FILE IS PROVIDED UNDER THE TERMS OF THE COMMON PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE CONSTITUTES RECIPIENTS ACCEPTANCE OF THE AGREEMENT. You can obtain a current copy of the Common Public License from http://www.opensource.org/licenses/cpl1.0.php

Method Summary

static String
getBuildDate()
Gets the build date
static String
getCopyright()
Gets the copyright statement
static String
getProductName()
Gets the product name
static String
getVersion()
Gets the version
static void
main(String[] args)
String
toString()

Method Details

getBuildDate

public static String getBuildDate()
Gets the build date
Returns:
The build date

getCopyright

public static String getCopyright()
Gets the copyright statement
Returns:
THe copyright

getProductName

public static String getProductName()
Gets the product name
Returns:
The product name

getVersion

public static String getVersion()
Gets the version
Returns:
The version

main

public static void main(String[] args)

toString

public String toString()

Copyright © 2005, 2006 IBM Corporation. All Rights Reserved.