All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.realm.kotlin.internal.interop.realm_property_flags_e Maven / Gradle / Ivy

Go to download

Wrapper for interacting with Realm Kotlin native code from the JVM. This artifact is not supposed to be consumed directly, but through 'io.realm.kotlin:gradle-plugin:3.0.0' instead.

The newest version!
/* ----------------------------------------------------------------------------
 * This file was automatically generated by SWIG (https://www.swig.org).
 * Version 4.2.1
 *
 * Do not make changes to this file unless you know what you are doing - modify
 * the SWIG interface file instead.
 * ----------------------------------------------------------------------------- */

package io.realm.kotlin.internal.interop;

public final class realm_property_flags_e {
  public final static int RLM_PROPERTY_NORMAL = 0;
  public final static int RLM_PROPERTY_NULLABLE = 1;
  public final static int RLM_PROPERTY_PRIMARY_KEY = 2;
  public final static int RLM_PROPERTY_INDEXED = 4;
  public final static int RLM_PROPERTY_FULLTEXT_INDEXED = 8;
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy