Class NSAttributeDescription

All Implemented Interfaces:
NSCoding, NSObjectProtocol, ObjCProtocol
Direct Known Subclasses:
NSDerivedAttributeDescription

public class NSAttributeDescription
extends NSPropertyDescription
  • Constructor Details

    • NSAttributeDescription

      public NSAttributeDescription()
    • NSAttributeDescription

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

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

    • getAttributeType

      public NSAttributeType getAttributeType()
    • setAttributeType

      public void setAttributeType​(NSAttributeType v)
    • getAttributeValueClassName

      public String getAttributeValueClassName()
    • setAttributeValueClassName

      public void setAttributeValueClassName​(String v)
    • getDefaultValue

      public NSObject getDefaultValue()
    • setDefaultValue

      public void setDefaultValue​(NSObject v)
    • getVersionHash

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

      public String getValueTransformerName()
    • setValueTransformerName

      public void setValueTransformerName​(String v)
    • allowsExternalBinaryDataStorage

      public boolean allowsExternalBinaryDataStorage()
    • setAllowsExternalBinaryDataStorage

      public void setAllowsExternalBinaryDataStorage​(boolean v)
    • preservesValueInHistoryOnDeletion

      public boolean preservesValueInHistoryOnDeletion()
      Since:
      Available in iOS 13.0 and later.
    • setPreservesValueInHistoryOnDeletion

      public void setPreservesValueInHistoryOnDeletion​(boolean v)
      Since:
      Available in iOS 13.0 and later.
    • allowsCloudEncryption

      public boolean allowsCloudEncryption()
      Since:
      Available in iOS 15.0 and later.
    • setAllowsCloudEncryption

      public void setAllowsCloudEncryption​(boolean v)
      Since:
      Available in iOS 15.0 and later.