Package apple.coredata.enums
Class NSAttributeType
- java.lang.Object
-
- apple.coredata.enums.NSAttributeType
-
public final class NSAttributeType extends java.lang.Objecttypes explicitly distinguish between bit sizes to ensure data store independence of the underlying operating system
-
-
Field Summary
Fields Modifier and Type Field Description static longNSBinaryDataAttributeTypestatic longNSBooleanAttributeTypestatic longNSDateAttributeTypestatic longNSDecimalAttributeTypestatic longNSDoubleAttributeTypestatic longNSFloatAttributeTypestatic longNSInteger16AttributeTypestatic longNSInteger32AttributeTypestatic longNSInteger64AttributeTypestatic longNSObjectIDAttributeTypestatic longNSStringAttributeTypestatic longNSTransformableAttributeTypeIf your attribute is of NSTransformableAttributeType, the attributeValueClassName must be set or attribute value class must implement NSCopying.static longNSUndefinedAttributeTypestatic longNSURIAttributeTypestatic longNSUUIDAttributeType
-
-
-
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
-
NSDoubleAttributeType
public static final long NSDoubleAttributeType
- See Also:
- Constant Field Values
-
NSFloatAttributeType
public static final long NSFloatAttributeType
- See Also:
- Constant Field Values
-
NSStringAttributeType
public static final long NSStringAttributeType
- See Also:
- Constant Field Values
-
NSBooleanAttributeType
public static final long NSBooleanAttributeType
- See Also:
- Constant Field Values
-
NSDateAttributeType
public static final long NSDateAttributeType
- See Also:
- Constant Field Values
-
NSBinaryDataAttributeType
public static final long NSBinaryDataAttributeType
- See Also:
- Constant Field Values
-
NSUUIDAttributeType
public static final long NSUUIDAttributeType
- See Also:
- Constant Field Values
-
NSURIAttributeType
public static final long NSURIAttributeType
- 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
-
-