Package io.realm.kotlin.internal.interop
Class realm_property_flags_e
- java.lang.Object
-
- io.realm.kotlin.internal.interop.realm_property_flags_e
-
public final class realm_property_flags_e extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intRLM_PROPERTY_INDEXEDstatic intRLM_PROPERTY_NORMALstatic intRLM_PROPERTY_NULLABLEstatic intRLM_PROPERTY_PRIMARY_KEY
-
Constructor Summary
Constructors Constructor Description realm_property_flags_e()
-
-
-
Field Detail
-
RLM_PROPERTY_NORMAL
public static final int RLM_PROPERTY_NORMAL
- See Also:
- Constant Field Values
-
RLM_PROPERTY_NULLABLE
public static final int RLM_PROPERTY_NULLABLE
- See Also:
- Constant Field Values
-
RLM_PROPERTY_PRIMARY_KEY
public static final int RLM_PROPERTY_PRIMARY_KEY
- See Also:
- Constant Field Values
-
RLM_PROPERTY_INDEXED
public static final int RLM_PROPERTY_INDEXED
- See Also:
- Constant Field Values
-
-