Package io.realm.kotlin.internal.interop
Class realm_class_flags_e
- java.lang.Object
-
- io.realm.kotlin.internal.interop.realm_class_flags_e
-
public final class realm_class_flags_e extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intRLM_CLASS_EMBEDDEDstatic intRLM_CLASS_NORMAL
-
Constructor Summary
Constructors Constructor Description realm_class_flags_e()
-
-
-
Field Detail
-
RLM_CLASS_NORMAL
public static final int RLM_CLASS_NORMAL
- See Also:
- Constant Field Values
-
RLM_CLASS_EMBEDDED
public static final int RLM_CLASS_EMBEDDED
- See Also:
- Constant Field Values
-
-