Package io.realm.kotlin.internal.interop
Class realm_column_attr_e
- java.lang.Object
-
- io.realm.kotlin.internal.interop.realm_column_attr_e
-
public final class realm_column_attr_e extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intRLM_COLUMN_ATTR_COLLECTIONstatic intRLM_COLUMN_ATTR_DICTIONARYstatic intRLM_COLUMN_ATTR_INDEXEDstatic intRLM_COLUMN_ATTR_LISTstatic intRLM_COLUMN_ATTR_NONEstatic intRLM_COLUMN_ATTR_NULLABLEstatic intRLM_COLUMN_ATTR_RESERVEDstatic intRLM_COLUMN_ATTR_STRONG_LINKSstatic intRLM_COLUMN_ATTR_UNIQUE
-
Constructor Summary
Constructors Constructor Description realm_column_attr_e()
-
-
-
Field Detail
-
RLM_COLUMN_ATTR_NONE
public static final int RLM_COLUMN_ATTR_NONE
- See Also:
- Constant Field Values
-
RLM_COLUMN_ATTR_INDEXED
public static final int RLM_COLUMN_ATTR_INDEXED
- See Also:
- Constant Field Values
-
RLM_COLUMN_ATTR_UNIQUE
public static final int RLM_COLUMN_ATTR_UNIQUE
- See Also:
- Constant Field Values
-
RLM_COLUMN_ATTR_RESERVED
public static final int RLM_COLUMN_ATTR_RESERVED
- See Also:
- Constant Field Values
-
RLM_COLUMN_ATTR_STRONG_LINKS
public static final int RLM_COLUMN_ATTR_STRONG_LINKS
- See Also:
- Constant Field Values
-
RLM_COLUMN_ATTR_NULLABLE
public static final int RLM_COLUMN_ATTR_NULLABLE
- See Also:
- Constant Field Values
-
RLM_COLUMN_ATTR_LIST
public static final int RLM_COLUMN_ATTR_LIST
- See Also:
- Constant Field Values
-
RLM_COLUMN_ATTR_DICTIONARY
public static final int RLM_COLUMN_ATTR_DICTIONARY
- See Also:
- Constant Field Values
-
RLM_COLUMN_ATTR_COLLECTION
public static final int RLM_COLUMN_ATTR_COLLECTION
- See Also:
- Constant Field Values
-
-