PATH |
- Inherits from:
- com.webobjects.eocontrol.EOClassDescription
- Implements:
- NSCoding
- Package:
- com.webobjects.eodistribution.client
Documentation for this class is forthcoming.
- All methods
- EODistributedClassDescription
- decodeObject
- attributeKeys
- attributeNamed
- awakeObjectFromFetch
- awakeObjectFromInsertion
- classDescriptionForDestinationKey
- classForCoder
- createInstanceWithEditingContext
- defaultFormatterForKey
- deleteRuleForRelationshipKey
- encodeWithCoder
- entityName
- inverseForRelationshipKey
- ownsDestinationObjectsForRelationshipKey
- relationshipNamed
- shouldRecordCodingReferences
- toManyRelationshipKeys
- toOneRelationshipKeys
- validateValueForKey
public EODistributedClassDescription(Class aClass)
public EODistributedClassDescription( String aString, Class aClass)
public static Object decodeObject(NSCoder aNSCoder)
public NSArray attributeKeys()
public EOAttribute attributeNamed(String aString)
public void awakeObjectFromFetch( com.webobjects.eocontrol.EOEnterpriseObject anEOEnterpriseObject, com.webobjects.eocontrol.EOEditingContext anEOEditingContext)
public void awakeObjectFromInsertion( com.webobjects.eocontrol.EOEnterpriseObject anEOEnterpriseObject, com.webobjects.eocontrol.EOEditingContext anEOEditingContext)
public com.webobjects.eocontrol.EOClassDescription classDescriptionForDestinationKey(String aString)
public Class classForCoder()
public com.webobjects.eocontrol.EOEnterpriseObject createInstanceWithEditingContext( com.webobjects.eocontrol.EOEditingContext anEOEditingContext, com.webobjects.eocontrol.EOGlobalID anEOGlobalID)
public java.text.Format defaultFormatterForKey(String aString)
public int deleteRuleForRelationshipKey(String aString)
public void encodeWithCoder(NSCoder aNSCoder)
public String entityName()
public String inverseForRelationshipKey(String aString)
public boolean ownsDestinationObjectsForRelationshipKey(String aString)
public EORelationship relationshipNamed(String aString)
public boolean shouldRecordCodingReferences()
public NSArray toManyRelationshipKeys()
public NSArray toOneRelationshipKeys()
public Object validateValueForKey( Object anObject, String aString)
© 2001 Apple Computer, Inc. (Last Published April 17, 2001)