com.triactive.jdo.sco
Interface SCOCollection

All Superinterfaces:
SCO
All Known Implementing Classes:
HashSet

public interface SCOCollection
extends SCO

A mutable second-class Collection object.

Author:
Mike Martin

Method Summary
 boolean allowsNulls()
          Indicates whether or not this collection allows null elements.
 java.lang.Class getElementType()
          Returns the type of elements in this collection.
 
Methods inherited from interface com.triactive.jdo.SCO
applyUpdates, clone, getFieldName, getOwner, makeDirty, unsetOwner
 

Method Detail

getElementType

public java.lang.Class getElementType()
Returns the type of elements in this collection.

Returns:
The type of elements in this collection.

allowsNulls

public boolean allowsNulls()
Indicates whether or not this collection allows null elements.

Returns:
true if null elements are allowed, false otherwise.


Copyright © 2001-2007 The TJDO Project All Rights Reserved.