com.tivoli.twg.cim
Class CIMProperty
java.lang.Object
com.tivoli.twg.cim.aCIMProperty
com.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
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 |
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)
GetMOID
protected long GetMOID()