|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
| Method Summary | |
IPTCardPropertyValue |
Add(int nPropertyID)
Extends the list of properties stored with this card. |
void |
Clear()
Clears from the object in memory all existing property data. |
void |
ClearFieldValues()
Clears values from the object in memory for all existing property data, but retains the value-less IPTCardPropertyValue(s). |
IPTCardPropertyValues |
Clone()
Creates an in-memory copy of the IPTCardPropertyValues object. |
com.plumtree.openfoundation.util.IXPEnumerator |
GetEnumerator()
Retrieves an enumerator of IPTCardPropertyValue objects which can be used to modify the values of properties stored with the card representing this document. |
IPTCardPropertyValue |
GetItem(int nPropertyID)
Returns a property value object for the property ID specified. |
java.lang.Object[] |
GetPropertyIDs()
Creates and returns an array of Integers identifying property IDs currently stored with this card |
void |
Remove(int nPropertyID)
Removes a property and its values from the list of properties stored with this card. |
| Methods inherited from interface com.plumtree.server.IPTUnknown |
GetInterfaces |
| Method Detail |
public IPTCardPropertyValue GetItem(int nPropertyID)
nPropertyID - An ID specifying an existing card propertypublic com.plumtree.openfoundation.util.IXPEnumerator GetEnumerator()
public IPTCardPropertyValue Add(int nPropertyID)
nPropertyID - The ID of an existing property not currently stored
with this card.public void Remove(int nPropertyID)
nPropertyID - The ID of a property currently stored with this card.public void Clear()
public void ClearFieldValues()
public IPTCardPropertyValues Clone()
public java.lang.Object[] GetPropertyIDs()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||