Enum Case
On this page
Realm is now Atlas Device SDK – Learn More
io.realm
io.realm.Case
This class describes the Case settings used in Realm queries.
Enum Constant Summary
Enum Constant and Description |
---|
Method Summary
Inherited Methods
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
Enum Constant Detail
INSENSITIVE
public static final Case
SENSITIVE
public static final Case
Method Detail
getValue
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. |