Package io.realm.kotlin.internal.interop
Class realm_property_type_e
- java.lang.Object
-
- io.realm.kotlin.internal.interop.realm_property_type_e
-
public final class realm_property_type_e extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intRLM_PROPERTY_TYPE_BINARYstatic intRLM_PROPERTY_TYPE_BOOLstatic intRLM_PROPERTY_TYPE_DECIMAL128static intRLM_PROPERTY_TYPE_DOUBLEstatic intRLM_PROPERTY_TYPE_FLOATstatic intRLM_PROPERTY_TYPE_INTstatic intRLM_PROPERTY_TYPE_LINKING_OBJECTSstatic intRLM_PROPERTY_TYPE_MIXEDstatic intRLM_PROPERTY_TYPE_OBJECTstatic intRLM_PROPERTY_TYPE_OBJECT_IDstatic intRLM_PROPERTY_TYPE_STRINGstatic intRLM_PROPERTY_TYPE_TIMESTAMPstatic intRLM_PROPERTY_TYPE_UUID
-
Constructor Summary
Constructors Constructor Description realm_property_type_e()
-
-
-
Field Detail
-
RLM_PROPERTY_TYPE_INT
public static final int RLM_PROPERTY_TYPE_INT
- See Also:
- Constant Field Values
-
RLM_PROPERTY_TYPE_BOOL
public static final int RLM_PROPERTY_TYPE_BOOL
- See Also:
- Constant Field Values
-
RLM_PROPERTY_TYPE_STRING
public static final int RLM_PROPERTY_TYPE_STRING
- See Also:
- Constant Field Values
-
RLM_PROPERTY_TYPE_BINARY
public static final int RLM_PROPERTY_TYPE_BINARY
- See Also:
- Constant Field Values
-
RLM_PROPERTY_TYPE_MIXED
public static final int RLM_PROPERTY_TYPE_MIXED
- See Also:
- Constant Field Values
-
RLM_PROPERTY_TYPE_TIMESTAMP
public static final int RLM_PROPERTY_TYPE_TIMESTAMP
- See Also:
- Constant Field Values
-
RLM_PROPERTY_TYPE_FLOAT
public static final int RLM_PROPERTY_TYPE_FLOAT
- See Also:
- Constant Field Values
-
RLM_PROPERTY_TYPE_DOUBLE
public static final int RLM_PROPERTY_TYPE_DOUBLE
- See Also:
- Constant Field Values
-
RLM_PROPERTY_TYPE_DECIMAL128
public static final int RLM_PROPERTY_TYPE_DECIMAL128
- See Also:
- Constant Field Values
-
RLM_PROPERTY_TYPE_OBJECT
public static final int RLM_PROPERTY_TYPE_OBJECT
- See Also:
- Constant Field Values
-
RLM_PROPERTY_TYPE_LINKING_OBJECTS
public static final int RLM_PROPERTY_TYPE_LINKING_OBJECTS
- See Also:
- Constant Field Values
-
RLM_PROPERTY_TYPE_OBJECT_ID
public static final int RLM_PROPERTY_TYPE_OBJECT_ID
- See Also:
- Constant Field Values
-
RLM_PROPERTY_TYPE_UUID
public static final int RLM_PROPERTY_TYPE_UUID
- See Also:
- Constant Field Values
-
-