Class NSAttributeType


  • public final class NSAttributeType
    extends java.lang.Object
    types explicitly distinguish between bit sizes to ensure data store independence of the underlying operating system
    • Field Detail

      • NSUndefinedAttributeType

        public static final long NSUndefinedAttributeType
        See Also:
        Constant Field Values
      • NSInteger16AttributeType

        public static final long NSInteger16AttributeType
        See Also:
        Constant Field Values
      • NSInteger32AttributeType

        public static final long NSInteger32AttributeType
        See Also:
        Constant Field Values
      • NSInteger64AttributeType

        public static final long NSInteger64AttributeType
        See Also:
        Constant Field Values
      • NSDecimalAttributeType

        public static final long NSDecimalAttributeType
        See Also:
        Constant Field Values
      • NSBooleanAttributeType

        public static final long NSBooleanAttributeType
        See Also:
        Constant Field Values
      • NSBinaryDataAttributeType

        public static final long NSBinaryDataAttributeType
        See Also:
        Constant Field Values
      • NSTransformableAttributeType

        public static final long NSTransformableAttributeType
        If your attribute is of NSTransformableAttributeType, the attributeValueClassName must be set or attribute value class must implement NSCopying.
        See Also:
        Constant Field Values
      • NSObjectIDAttributeType

        public static final long NSObjectIDAttributeType
        See Also:
        Constant Field Values