Documentation Archive Developer
Search
PATH Documentation > WebObjects

Table of Contents

EORelationship


Inherits from:
Object
Implements:
NSCoding
Package:
com.webobjects.eodistribution.client



Class Description


Documentation for this class is forthcoming.




Method Types


All methods
EORelationship
decodeObject
classForCoder
deleteRule
destinationName
encodeWithCoder
inverseName
isMandatory
isToMany
name
ownsDestination
propagatesPrimaryKey
toString
validateValue



Constructors



EORelationship

public EORelationship()




Static Methods



decodeObject

public static Object decodeObject(NSCoder aNSCoder)




Instance Methods



classForCoder

public Class classForCoder()



deleteRule

public int deleteRule()



destinationName

public String destinationName()



encodeWithCoder

public void encodeWithCoder(NSCoder aNSCoder)



inverseName

public String inverseName()



isMandatory

public boolean isMandatory()



isToMany

public boolean isToMany()



name

public String name()



ownsDestination

public boolean ownsDestination()



propagatesPrimaryKey

public boolean propagatesPrimaryKey()



toString

public String toString()



validateValue

public Object validateValue(Object anObject)



© 2001 Apple Computer, Inc. (Last Published April 17, 2001)


Table of Contents