Package | Description |
---|---|
psdi.mbo |
Modifier and Type | Method and Description |
---|---|
MboRemote |
MboSet.getMbo(int index)
Return the Mbo from the specified position in the collection.
|
void |
MboSet.remove()
Remove the current object from the collection.
|
void |
MboSet.remove(int pos)
Remove an object from the collection at the given position.
|
void |
MboSet.remove(MboRemote mbo)
Removes a mbo object from the collection.
|