Package apple.coredata.enums
Class NSFetchRequestResultType
- java.lang.Object
-
- apple.coredata.enums.NSFetchRequestResultType
-
public final class NSFetchRequestResultType extends java.lang.ObjectDefinition of the possible result types a fetch request can return.
-
-
Field Summary
Fields Modifier and Type Field Description static longCountResultTypestatic longDictionaryResultTypestatic longManagedObjectIDResultTypestatic longManagedObjectResultType
-
-
-
Field Detail
-
ManagedObjectResultType
public static final long ManagedObjectResultType
- See Also:
- Constant Field Values
-
ManagedObjectIDResultType
public static final long ManagedObjectIDResultType
- See Also:
- Constant Field Values
-
DictionaryResultType
public static final long DictionaryResultType
- See Also:
- Constant Field Values
-
CountResultType
public static final long CountResultType
- See Also:
- Constant Field Values
-
-