Package apple.cloudkit.enums
Class CKReferenceAction
- java.lang.Object
-
- apple.cloudkit.enums.CKReferenceAction
-
public final class CKReferenceAction extends java.lang.Object[@enum] CKReferenceAction [@constant] CKReferenceActionNone When the referred record is deleted, this record is unchanged, and has a dangling pointer [@constant] CKReferenceActionDeleteSelf When the referred record is deleted then this record is also deleted
-
-
Field Summary
Fields Modifier and Type Field Description static longDeleteSelfstatic longNone
-
-
-
Field Detail
-
None
public static final long None
- See Also:
- Constant Field Values
-
DeleteSelf
public static final long DeleteSelf
- See Also:
- Constant Field Values
-
-