Uses of Class
net.wotonomy.control.EOClassDescription

Packages that use EOClassDescription
net.wotonomy.access   
net.wotonomy.control Support classes needed by the ui and web packages. 
 

Uses of EOClassDescription in net.wotonomy.access
 

Subclasses of EOClassDescription in net.wotonomy.access
 class EOEntityClassDescription
           
 

Methods in net.wotonomy.access that return EOClassDescription
 EOClassDescription EOEntityClassDescription.classDescriptionForDestinationKey(java.lang.String key)
           
 EOClassDescription EOEntity.classDescriptionForInstances()
           
 

Uses of EOClassDescription in net.wotonomy.control
 

Fields in net.wotonomy.control declared as EOClassDescription
protected  EOClassDescription PropertyDataSource.classDesc
           
 

Methods in net.wotonomy.control that return EOClassDescription
 EOClassDescription EOCustomObject.classDescription()
          Returns a class description for this object.
 EOClassDescription EOEnterpriseObject.classDescription()
          Returns a class description for this object.
 EOClassDescription EOGenericRecord.classDescription()
          Returns a class description for this object.
static EOClassDescription EOClassDescription.classDescriptionForClass(java.lang.Class aClass)
          Returns the class description that corresponds to the specified class.
 EOClassDescription EOClassDescription.classDescriptionForDestinationKey(java.lang.String detailKey)
          Returns the class decription for the object referenced by the specified relationship key, or null if the class description cannot be determined for that key.
 EOClassDescription EOCustomObject.classDescriptionForDestinationKey(java.lang.String aKey)
          Returns a class description for the object at the other end of the specified relationship key.
 EOClassDescription EOEnterpriseObject.classDescriptionForDestinationKey(java.lang.String aKey)
          Returns a class description for the object at the other end of the specified relationship key.
static EOClassDescription EOClassDescription.classDescriptionForEntityName(java.lang.String aName)
          Returns the class description that corresponds to the specified entity name.
 EOClassDescription ChildDataSource.classDescriptionForObjects()
          Returns the description of the class of the objects that is vended by this data source, or null if this cannot be determined.
 EOClassDescription EODatabaseDataSource.classDescriptionForObjects()
          Returns the description of the class of the objects that is vended by this data source, or null if no entity name is specified.
 EOClassDescription EODataSource.classDescriptionForObjects()
          Returns the description of the class of the objects that is vended by this data source, or null if this cannot be determined.
 EOClassDescription PropertyDataSource.classDescriptionForObjects()
          Returns the class description passed to the constructor, if any.
 

Methods in net.wotonomy.control with parameters of type EOClassDescription
static void EOClassDescription.registerClassDescription(EOClassDescription description, java.lang.Class aClass)
          Registers the specified class descriptiong for the specified class.
 

Constructors in net.wotonomy.control with parameters of type EOClassDescription
EOCustomObject(EOEditingContext aContext, EOClassDescription aClassDescription, EOGlobalID aGlobalID)
          Preferred constructor, specifying an editing context, a class description, and a global id, any or all of which may be null.
EOGenericRecord(EOClassDescription aDescription)
          Preferred constructor.
EOGenericRecord(EOEditingContext aContext, EOClassDescription aDescription, EOGlobalID anID)
          Compatibility constructor: aContext and anID are ignored.
PropertyDataSource(EOEditingContext aContext, EOClassDescription aClassDesc)
          Creates a new PropertyDataSource that uses the specified editing context and vends objects of the specified class description.
 



Copyright © 2006 null. All Rights Reserved.