|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.cim.aCIMProperty
This class represents a CIM Class Property. It contains information about a particular class/instance property. This is implemented as an abstract class so that an implementor could provide the wrappings that might be neccessary in a given environment.
CIMAccessor
Field Summary | |
---|---|
protected boolean |
RC
|
Constructor Summary | |
---|---|
aCIMProperty(java.lang.String NameSpace,
java.lang.String PropertyName)
Construct an instance of aCIMProperty. |
Method Summary | |
---|---|
protected void |
finalize()
|
int |
GetFlavor()
Retrieve the flavor defined for this property. |
java.lang.String |
GetFlavorString()
Retrieve the flavor defined for this property as a displayable string value. |
java.lang.String |
GetNameSpace()
Returns the name space string. |
java.lang.String |
GetPropertyName()
Returns the property name string. |
boolean |
GetRC()
When this property is used as part of a get/set or method invokation, this is the return status associated with the action. |
int |
GetType()
Retrieve the Type defined for this property. |
java.lang.String |
GetTypeString()
Retrieve the Type defined for this property as a displayable string value. |
java.lang.Object[] |
GetValueArray()
Retrieve the Value array as one monolithic block. |
int |
GetValueArraySize()
Retrieve the number of value elements present for this property |
java.lang.Object |
GetValueElement(int x)
Retrieve a single element of the value array by offset. |
java.lang.String |
GetValueElementAsString(int x)
Retrieve an element of the value array as a displayable string |
protected void |
SetFlavor(int Flavor)
|
protected void |
SetType(int Type)
|
void |
SetValue(java.lang.Object[] Value)
Used to set the value associated with this property. |
java.lang.String |
toString()
To aid with debugging, this method will return the contents of this property as a displayable string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected boolean RC
Constructor Detail |
public aCIMProperty(java.lang.String NameSpace, java.lang.String PropertyName)
Method Detail |
protected void finalize() throws java.lang.Throwable
java.lang.Throwable
public java.lang.String GetPropertyName()
public java.lang.String GetNameSpace()
public boolean GetRC()
protected void SetFlavor(int Flavor)
protected void SetType(int Type)
public void SetValue(java.lang.Object[] Value)
public int GetFlavor()
aCIMQualifier
public java.lang.String GetFlavorString()
aCIMQualifier
public int GetType()
aCIMQualifier
public java.lang.String GetTypeString()
aCIMQualifier
public java.lang.Object[] GetValueArray()
public java.lang.Object GetValueElement(int x)
public int GetValueArraySize()
public java.lang.String GetValueElementAsString(int x)
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |