Uses of Interface
org.jpox.sco.SCO

Packages that use SCO
org.jpox.sco Provides implementations of the wrappers for the mutable Second Class Objects (SCO's) supported by JPOX. 
 

Uses of SCO in org.jpox.sco
 

Subinterfaces of SCO in org.jpox.sco
 interface SCOCollection
          Representation of a wrapper for a mutable Collection SCO type supported by JPOX.
 interface SCOList
          Representation of a wrapper for a mutable List SCO type supported by JPOX.
 interface SCOMap
          Representation of a wrapper for a mutable Map SCO type supported by JPOX.
 

Classes in org.jpox.sco that implement SCO
 class ArrayList
          A mutable second-class ArrayList object.
 class BitSet
          A mutable second-class BitSet object.
 class BitSetJDK14
          A mutable second-class BitSet object.
 class Collection
          A mutable second-class Collection object, representing a field in a class, and containing elements of a particular type.
 class Date
          A mutable second-class date object.
 class GregorianCalendar
          A mutable second-class GregorianCalendar object.
 class GregorianCalendarJDK14
          A mutable second-class GregorianCalendar object.
 class HashMap
          A mutable second-class HashMap object.
 class HashSet
          A mutable second-class HashSet object.
 class Hashtable
          A mutable second-class Hashtable object.
 class LinkedHashMap
          A mutable second-class LinkedHashMap object.
 class LinkedHashSet
          A mutable second-class LinkedHashSet object.
 class LinkedList
          A mutable second-class LinkedList object.
 class List
          A mutable second-class List object, representing a field in a class, and containing elements of a particular type.
 class Map
          A mutable second-class Map object.
 class Point
          A mutable second-class java.awt.Point object.
 class Properties
          A mutable second-class Properties object.
 class Set
          A mutable second-class Set object, representing a field in a class, and containing elements of a particular type.
 class SortedMap
          A mutable second-class SortedMap object.
 class SortedSet
          A mutable second-class SortedSet object.
 class SqlDate
          A mutable second-class SQL date object.
 class SqlTime
          A mutable second-class SQLTime object.
 class SqlTimestamp
          A mutable second-class SQL timestamp object.
 class Stack
          A mutable second-class Stack object.
 class TreeMap
          A mutable second-class TreeMap object.
 class TreeSet
          A mutable second-class TreeSet object.
 class Vector
          A mutable second-class Vector object.
 

Methods in org.jpox.sco that return SCO
static SCO SCOUtils.newSCOInstance(java.lang.Class declaredType, java.lang.Object ownerSM, AbstractPropertyMetaData fmd, java.lang.Object value, boolean forUpdate)
          Method to create a new SCO wrapper for a SCO type.
 



Copyright © -2007 . All Rights Reserved.