Enum Case
On this page
Atlas Device SDKs are deprecated. Refer to the deprecation page for details.
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. |