Class MQStringCollection
Object
|
+--MQObject
|
+--MQObjectCollection
|
+--MQStringCollection
- class
MQStringCollection
- extends MQObjectCollection
Contains a collection of ints.
Defined in mqobjects.js
|
Constructor Summary |
MQStringCollection
(<String> itemXpath)
Constructs a new MQStringCollection object.
|
|
Method Summary |
String
|
getClassName()
Returns the text name of this class.
|
int
|
getObjectVersion()
Returns the version of this class.
|
void
|
loadXml(<String> strXml)
Assigns the xml that relates to this object.
|
<private> void
|
loadXmlFromNode(<Node> node)
Assigns the xml that relates to this object.
|
String
|
saveXml()
Build an xml string that represents this object.
|
| Methods inherited from class MQObjectCollection |
getM_Items, getValidClassName, setValidClassName, add, getSize, get, remove, removeAll, contains, append, set, isValidObject, getM_itemXpath, setM_itemXpath, getById, removeItem, getAt
|
MQStringCollection
MQStringCollection(<String> itemXpath)
Constructs a new MQStringCollection object.
Parameters:
itemXpath - The xpath to the item
getClassName
String getClassName()
Returns the text name of this class.
Returns:
The text name of this class.
getObjectVersion
int getObjectVersion()
Returns the version of this class.
Returns:
The version of this class.
loadXml
void loadXml(<String> strXml)
Assigns the xml that relates to this object.
Parameters:
strXml - The xml to be assigned.
loadXmlFromNode
<private> void loadXmlFromNode(<Node> node)
Assigns the xml that relates to this object.
Parameters:
node - of the xml document to be imported.
saveXml
String saveXml()
Build an xml string that represents this object.
Documentation generated by
JSDoc on Tue Oct 16 08:04:12 2007