com.tivoli.twg.cim
Class aCIMClass

java.lang.Object
  extended bycom.tivoli.twg.cim.aCIMClass
Direct Known Subclasses:
CIMClass

public abstract class aCIMClass
extends java.lang.Object


Constructor Summary
aCIMClass(java.lang.String NameSpace, java.lang.String ClassString)
          Construct an instance to track information pertenant to a particular CIM Class.
 
Method Summary
 java.lang.String GetClassString()
          This method is used to access the Class string used to identify this class.
 java.lang.String GetNameSpace()
          This method is used to access the string represeting the name space in which this class resides.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

aCIMClass

public aCIMClass(java.lang.String NameSpace,
                 java.lang.String ClassString)
Construct an instance to track information pertenant to a particular CIM Class. This instance is required throughout the TWG CIM interface, and contains information that is used by/in other objects.

Method Detail

GetClassString

public java.lang.String GetClassString()
This method is used to access the Class string used to identify this class.

Returns:
String

GetNameSpace

public java.lang.String GetNameSpace()
This method is used to access the string represeting the name space in which this class resides.

Returns:
String