Docs Menu

Enum Case

This class describes the Case settings used in Realm queries.

Enum Constant and Description
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 ()