Docs Menu

Docs HomeDevelop ApplicationsAtlas Device SDKs

Enum Case

On this page

  • io.realm
  • Enum Constant Summary
  • Method Summary
  • Inherited Methods
  • Enum Constant Detail
  • INSENSITIVE
  • SENSITIVE
  • Method Detail
  • getValue
  • valueOf
  • values

This class describes the Case settings used in Realm queries.

Tip

See also:

Enum Constant and Description
INSENSITIVE
Modifier and Type
Method and Description
public boolean

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

public static Case
public static Case
  • Methods inherited from class java.lang.Object : getClass , hashCode , equals , clone , toString , notify , notifyAll , wait , wait , wait , finalize

  • Methods inherited from class 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.

Returns

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

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

← io.realm