枚举大小写
Atlas Device SDK 已弃用。 有关详细信息,请参阅弃用页面。
io.realm
io.realm.Case
此类描述了 Realm 查询中使用的大小写设置。
枚举常量摘要
方法摘要
继承方法
从类 java.lang.Object 继承的方法 :
getClass
,hashCode
,equals
,clone
,toString
,notify
,notifyAll
,wait
,wait
,wait
,finalize
从类 java.lang.Enum 继承的方法 :
name
、ordinal
、toString
、equals
、hashCode
、clone
、compareTo
、getDeclaringClass
、valueOf
、finalize
枚举常量详细信息
INSENSITIVE
public static final Case
SENSITIVE
public static final Case
方法详细信息
getValue
public boolean getValue () |
---|
返回底层查询引擎使用的此设置的值。 返回: 底层查询引擎用来指示此值的值。 |