Class NSRelationshipDescription

All Implemented Interfaces:
NSCoding, NSObjectProtocol, ObjCProtocol

public class NSRelationshipDescription
extends NSPropertyDescription
  • Constructor Details

    • NSRelationshipDescription

      public NSRelationshipDescription()
    • NSRelationshipDescription

      protected NSRelationshipDescription​(NSObject.Handle h, long handle)
    • NSRelationshipDescription

      protected NSRelationshipDescription​(NSObject.SkipInit skipInit)
  • Method Details

    • getDestinationEntity

      public NSEntityDescription getDestinationEntity()
    • setDestinationEntity

      public void setDestinationEntity​(NSEntityDescription v)
    • getInverseRelationship

      public NSRelationshipDescription getInverseRelationship()
    • setInverseRelationship

      public void setInverseRelationship​(NSRelationshipDescription v)
    • getMaxCount

      public long getMaxCount()
    • setMaxCount

      public void setMaxCount​(long v)
    • getMinCount

      public long getMinCount()
    • setMinCount

      public void setMinCount​(long v)
    • getDeleteRule

      public NSDeleteRule getDeleteRule()
    • setDeleteRule

      public void setDeleteRule​(NSDeleteRule v)
    • isToMany

      public boolean isToMany()
    • getVersionHash

      public NSData getVersionHash()
      Overrides:
      getVersionHash in class NSPropertyDescription
    • isOrdered

      public boolean isOrdered()
    • setOrdered

      public void setOrdered​(boolean v)