com.tivoli.twg.cim
Class aCIMInstance
java.lang.Object
com.tivoli.twg.cim.aCIMInstance
- Direct Known Subclasses:
- CIMInstance
- public abstract class aCIMInstance
- extends java.lang.Object
Constructor Summary |
aCIMInstance(java.lang.String NameSpace,
java.lang.String Instance)
|
Method Summary |
java.lang.String |
GetClassName()
This method will return a string representation of the Class that this is an
instance of. |
java.lang.String |
GetInstanceString()
This method is used to access the instance string used to identify this instance. |
java.lang.String[] |
GetKeyNames()
|
java.lang.String[] |
GetKeys()
|
java.lang.String |
GetNameSpace()
This method is used to access the string represeting the name space in which this
instance resides. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
aCIMInstance
public aCIMInstance(java.lang.String NameSpace,
java.lang.String Instance)
GetInstanceString
public java.lang.String GetInstanceString()
- This method is used to access the instance string used to identify this instance.
- Returns:
- String
GetNameSpace
public java.lang.String GetNameSpace()
- This method is used to access the string represeting the name space in which this
instance resides.
- Returns:
- String
GetClassName
public java.lang.String GetClassName()
- This method will return a string representation of the Class that this is an
instance of.
GetKeys
public java.lang.String[] GetKeys()
GetKeyNames
public java.lang.String[] GetKeyNames()