com.tivoli.twg.cim
Class CIMProperty

java.lang.Object
  extended bycom.tivoli.twg.cim.aCIMProperty
      extended bycom.tivoli.twg.cim.CIMProperty

public class CIMProperty
extends aCIMProperty

This class represents a CIM Class Property. It contains information about a particular class/instance property. It exists as a wrapper for the abstract base class aCIMProperty to allow any implementation specifics to be included.

See Also:
aCIMProperty, CIMAccessor

Field Summary
 
Fields inherited from class com.tivoli.twg.cim.aCIMProperty
RC
 
Constructor Summary
protected CIMProperty(long MOID, java.lang.String NameSpace, java.lang.String PropertyString)
           
  CIMProperty(java.lang.String NameSpace, java.lang.String PropertyString)
          Construct a new instance of the CIM Property element.
 
Method Summary
protected  long GetMOID()
           
 
Methods inherited from class com.tivoli.twg.cim.aCIMProperty
finalize, GetFlavor, GetFlavorString, GetNameSpace, GetPropertyName, GetRC, GetType, GetTypeString, GetValueArray, GetValueArraySize, GetValueElement, GetValueElementAsString, SetFlavor, SetType, SetValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CIMProperty

public CIMProperty(java.lang.String NameSpace,
                   java.lang.String PropertyString)
Construct a new instance of the CIM Property element.


CIMProperty

protected CIMProperty(long MOID,
                      java.lang.String NameSpace,
                      java.lang.String PropertyString)
Method Detail

GetMOID

protected long GetMOID()