fferpcore.TargetObjectListglobal interface TargetObjectList extends TargetObjectCollection List of TargetObject. This class extends fferpcore.TargetObjectCollection MethodsgetTargetObject get(Integer index) Return ValueThe TargetObject at the given index in the list. The index does not include deleted items, so may differ from the index reported by DataTargetError.getPath2() createTargetObject create() Create a new target object in the list. Return ValueThe newly created TargetObject. clearvoid clear() Remove all fferpcore.TargetObject from the list. This is destructive. It will mark all items as destroy. |