Class NSRelationshipDescription

    • Constructor Detail

      • NSRelationshipDescription

        public NSRelationshipDescription()
      • NSRelationshipDescription

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

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

      • getMaxCount

        public long getMaxCount()
      • setMaxCount

        public void setMaxCount​(long v)
      • getMinCount

        public long getMinCount()
      • setMinCount

        public void setMinCount​(long v)
      • setDeleteRule

        public void setDeleteRule​(NSDeleteRule v)
      • isToMany

        public boolean isToMany()
      • isOrdered

        public boolean isOrdered()
        Since:
        Available in iOS 5.0 and later.
      • setOrdered

        public void setOrdered​(boolean v)
        Since:
        Available in iOS 5.0 and later.