Package io.realm.kotlin.internal.interop
Class realm_collection_type_e
- java.lang.Object
-
- io.realm.kotlin.internal.interop.realm_collection_type_e
-
public final class realm_collection_type_e extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intRLM_COLLECTION_TYPE_DICTIONARYstatic intRLM_COLLECTION_TYPE_LISTstatic intRLM_COLLECTION_TYPE_NONEstatic intRLM_COLLECTION_TYPE_SET
-
Constructor Summary
Constructors Constructor Description realm_collection_type_e()
-
-
-
Field Detail
-
RLM_COLLECTION_TYPE_NONE
public static final int RLM_COLLECTION_TYPE_NONE
- See Also:
- Constant Field Values
-
RLM_COLLECTION_TYPE_LIST
public static final int RLM_COLLECTION_TYPE_LIST
- See Also:
- Constant Field Values
-
RLM_COLLECTION_TYPE_SET
public static final int RLM_COLLECTION_TYPE_SET
- See Also:
- Constant Field Values
-
RLM_COLLECTION_TYPE_DICTIONARY
public static final int RLM_COLLECTION_TYPE_DICTIONARY
- See Also:
- Constant Field Values
-
-