Class CSCustomAttributeKey

    • Constructor Detail

      • CSCustomAttributeKey

        protected CSCustomAttributeKey()
      • CSCustomAttributeKey

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

        protected CSCustomAttributeKey​(NSObject.SkipInit skipInit)
      • CSCustomAttributeKey

        public CSCustomAttributeKey​(java.lang.String keyName)
      • CSCustomAttributeKey

        public CSCustomAttributeKey​(java.lang.String keyName,
                                    boolean searchable,
                                    boolean searchableByDefault,
                                    boolean unique,
                                    boolean multiValued)
      • CSCustomAttributeKey

        public CSCustomAttributeKey​(NSCoder decoder)
    • Method Detail

      • getKeyName

        public java.lang.String getKeyName()
      • isSearchable

        public boolean isSearchable()
      • isSearchableByDefault

        public boolean isSearchableByDefault()
      • isUnique

        public boolean isUnique()
      • isMultiValued

        public boolean isMultiValued()
      • supportsSecureCoding

        public static boolean supportsSecureCoding()
      • init

        protected long init​(java.lang.String keyName)
      • init

        protected long init​(java.lang.String keyName,
                            boolean searchable,
                            boolean searchableByDefault,
                            boolean unique,
                            boolean multiValued)
      • init

        protected long init​(NSCoder decoder)