public final class NSAttributeType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
NSBinaryDataAttributeType |
static long |
NSBooleanAttributeType |
static long |
NSDateAttributeType |
static long |
NSDecimalAttributeType |
static long |
NSDoubleAttributeType |
static long |
NSFloatAttributeType |
static long |
NSInteger16AttributeType |
static long |
NSInteger32AttributeType |
static long |
NSInteger64AttributeType |
static long |
NSObjectIDAttributeType |
static long |
NSStringAttributeType |
static long |
NSTransformableAttributeType
If your attribute is of NSTransformableAttributeType, the attributeValueClassName must be set or attribute value class must implement NSCopying.
|
static long |
NSUndefinedAttributeType |
static long |
NSURIAttributeType |
static long |
NSUUIDAttributeType |
public static final long NSUndefinedAttributeType
public static final long NSInteger16AttributeType
public static final long NSInteger32AttributeType
public static final long NSInteger64AttributeType
public static final long NSDecimalAttributeType
public static final long NSDoubleAttributeType
public static final long NSFloatAttributeType
public static final long NSStringAttributeType
public static final long NSBooleanAttributeType
public static final long NSDateAttributeType
public static final long NSBinaryDataAttributeType
public static final long NSUUIDAttributeType
public static final long NSURIAttributeType
public static final long NSTransformableAttributeType
public static final long NSObjectIDAttributeType