com.filenet.api.core
Class Factory.Integer32List

java.lang.Object
  extended by com.filenet.api.core.Factory.Integer32List
Enclosing class:
Factory

public static class Factory.Integer32List
extends java.lang.Object


Method Summary
static Integer32List createList()
          Creates a new instance of the collection class associated with this Integer32 class.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createList

public static Integer32List createList()
Creates a new instance of the collection class associated with this Integer32 class. This list will not exist on the server until its associated (independently persistable) object has been saved with this new list.

Returns:
The implementation of the class's associated collection interface.


© Copyright IBM Corporation 2006, 2009. All rights reserved.