com.intersys.classes
Class ListOfDataTypes

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended bycom.intersys.classes.AbstractCacheList
              extended bycom.intersys.classes.ListOfDataTypes
All Implemented Interfaces:
Collection, List, ObjectHandle

Deprecated. Please use List instead.

public class ListOfDataTypes
extends AbstractCacheList

Title: Description: Copyright: Copyright (c) 2001 Company: Intersystems Corporation

See Also:
List

Constructor Summary
ListOfDataTypes(com.intersys.cache.CacheObject ref)
          Deprecated.  
ListOfDataTypes(Database db)
          Deprecated.  
 
Method Summary
 boolean addAll(Collection c)
          Deprecated.  
static String getCacheClassName()
          Deprecated.  
 String getElementType()
          Deprecated.  
 void setElementType(String elementType)
          Deprecated.  
 
Methods inherited from class com.intersys.classes.AbstractCacheList
_className, _className, _clear, _close, _count, _find, _getAt, _insert, _insertAt, _isModified, _normalizeObject, _packageName, _removeAt, _setAt, _validateObject, _validateObject, add, add, clear, close, get, getAutoLoad, getBufferSize, getDatabase, getDefaultBufferSize, getOref, getProxy, getRegisteredObject, getZRef, indexOf, remove, set, setAutoLoad, setDefaultBufferSize, size, toString
 
Methods inherited from class java.util.AbstractList
addAll, equals, hashCode, iterator, lastIndexOf, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
 

Constructor Detail

ListOfDataTypes

public ListOfDataTypes(com.intersys.cache.CacheObject ref)
                throws CacheException
Deprecated. 

ListOfDataTypes

public ListOfDataTypes(Database db)
                throws CacheException
Deprecated. 
Method Detail

getElementType

public String getElementType()
Deprecated. 

setElementType

public void setElementType(String elementType)
                    throws CacheException
Deprecated. 
Throws:
CacheException

addAll

public boolean addAll(Collection c)
Deprecated. 

getCacheClassName

public static String getCacheClassName()
Deprecated.