Join us at MongoDB.local London on 7 May to unlock new possibilities for your data. Use WEB50 to save 50%.
Register now >
Docs Menu
Docs Home
/ /
io.realm

Caso Enum

java.lang.Object
io.realm.Case

Esta clase describe las configuraciones de caso utilizadas en las consultas de Realm.

Tip

Enum Constant and Description
Modificador y Tipo
Método y descripción

public booleano

Returns the value for this setting that is used by the underlying query engine.

public static Case

public static Case

  • Métodos heredados de la clase java.lang.Object: getClass , hashCode , equals , clone , toString , notify , notifyAll , wait , wait , wait , finalize

  • Métodos heredados de la clase java.lang.Enum : name , ordinal , toString , equals , hashCode , clone , compareTo , getDeclaringClass , valueOf , finalize

public static final Case

public static final Case

public boolean getValue ()

Returns the value for this setting that is used by the underlying query engine.

Devuelve

The value used by the underlying query engine to indicate this value.

public static Case valueOf (
String name
)
public static Case values ()

Volver

io.realm

En esta página