RBIntrospectiveObjectPropertyType Constants Reference
Declared in | RBIntrospectiveObjectPropertySchema.h |
---|
RBIntrospectiveObjectPropertyType
The type of an object property on an RBIntrospectiveObject
subclass.
Definition
typedef NS_ENUM(NSInteger, RBIntrospectiveObjectPropertyType ) {
RBIntrospectiveObjectPropertyTypeUnknownOrIncompatible = 0,
RBIntrospectiveObjectPropertyTypeInt,
RBIntrospectiveObjectPropertyTypeChar,
RBIntrospectiveObjectPropertyTypeLong,
RBIntrospectiveObjectPropertyTypeBool,
RBIntrospectiveObjectPropertyTypeShort,
RBIntrospectiveObjectPropertyTypeFloat,
RBIntrospectiveObjectPropertyTypeDouble,
RBIntrospectiveObjectPropertyTypeUnsignedInt,
RBIntrospectiveObjectPropertyTypeUnsignedChar,
RBIntrospectiveObjectPropertyTypeUnsignedLong,
RBIntrospectiveObjectPropertyTypeUnsignedShort,
RBIntrospectiveObjectPropertyTypeLongLong,
RBIntrospectiveObjectPropertyTypeUnsignedLongLong,
RBIntrospectiveObjectPropertyTypeData,
RBIntrospectiveObjectPropertyTypeDate,
RBIntrospectiveObjectPropertyTypeString,
RBIntrospectiveObjectPropertyTypeArray,
RBIntrospectiveObjectPropertyTypeDictionary,
RBIntrospectiveObjectPropertyTypeId,
RBIntrospectiveObjectPropertyTypeRBIntrospectiveObject,
};
Constants
RBIntrospectiveObjectPropertyTypeUnknownOrIncompatible
-
An unknown or incompatible object property type.
Declared In
RBIntrospectiveObjectPropertySchema.h
. RBIntrospectiveObjectPropertyTypeInt
-
A signed integer property.
Declared In
RBIntrospectiveObjectPropertySchema.h
. RBIntrospectiveObjectPropertyTypeChar
-
A signed character property.
Declared In
RBIntrospectiveObjectPropertySchema.h
. RBIntrospectiveObjectPropertyTypeLong
-
A signed long integer property.
Declared In
RBIntrospectiveObjectPropertySchema.h
. RBIntrospectiveObjectPropertyTypeBool
-
A boolean property.
Declared In
RBIntrospectiveObjectPropertySchema.h
. RBIntrospectiveObjectPropertyTypeShort
-
A signed short integer property.
Declared In
RBIntrospectiveObjectPropertySchema.h
. RBIntrospectiveObjectPropertyTypeFloat
-
A floating point decimal property.
Declared In
RBIntrospectiveObjectPropertySchema.h
. RBIntrospectiveObjectPropertyTypeDouble
-
A double precision floating point decimal property.
Declared In
RBIntrospectiveObjectPropertySchema.h
. RBIntrospectiveObjectPropertyTypeUnsignedInt
-
An unsigned integer property.
Declared In
RBIntrospectiveObjectPropertySchema.h
. RBIntrospectiveObjectPropertyTypeUnsignedChar
-
An unsigned character property.
Declared In
RBIntrospectiveObjectPropertySchema.h
. RBIntrospectiveObjectPropertyTypeUnsignedLong
-
An unsigned long integer property.
Declared In
RBIntrospectiveObjectPropertySchema.h
. RBIntrospectiveObjectPropertyTypeUnsignedShort
-
An unsigned short integer property.
Declared In
RBIntrospectiveObjectPropertySchema.h
. RBIntrospectiveObjectPropertyTypeLongLong
-
A signed long long integer property.
Declared In
RBIntrospectiveObjectPropertySchema.h
. RBIntrospectiveObjectPropertyTypeUnsignedLongLong
-
An unsigned long long integer property.
Declared In
RBIntrospectiveObjectPropertySchema.h
. RBIntrospectiveObjectPropertyTypeData
-
An
NSData
object property.Declared In
RBIntrospectiveObjectPropertySchema.h
. RBIntrospectiveObjectPropertyTypeDate
-
An
NSDate
object property.Declared In
RBIntrospectiveObjectPropertySchema.h
. RBIntrospectiveObjectPropertyTypeString
-
An
NSString
object property.Declared In
RBIntrospectiveObjectPropertySchema.h
. RBIntrospectiveObjectPropertyTypeArray
-
An
NSArray
object property.Declared In
RBIntrospectiveObjectPropertySchema.h
. RBIntrospectiveObjectPropertyTypeDictionary
-
An
NSDictionary
object property.Declared In
RBIntrospectiveObjectPropertySchema.h
. RBIntrospectiveObjectPropertyTypeId
-
An object property.
Declared In
RBIntrospectiveObjectPropertySchema.h
. RBIntrospectiveObjectPropertyTypeRBIntrospectiveObject
-
An
RBIntrospectiveObject
object property.Declared In
RBIntrospectiveObjectPropertySchema.h
.
Declared In
RBIntrospectiveObjectPropertySchema.h