Uses of Class
com.saperion.rmi.SaQueryInfo.QueryCacheMode
-
Packages that use SaQueryInfo.QueryCacheMode Package Description com.saperion.rmi This package contains the classes for the LARIX RMI client wrapper components. -
-
Uses of SaQueryInfo.QueryCacheMode in com.saperion.rmi
Methods in com.saperion.rmi that return SaQueryInfo.QueryCacheMode Modifier and Type Method Description SaQueryInfo.QueryCacheMode
SaQueryInfo. getCacheMode()
static SaQueryInfo.QueryCacheMode
SaQueryInfo.QueryCacheMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SaQueryInfo.QueryCacheMode[]
SaQueryInfo.QueryCacheMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.saperion.rmi with parameters of type SaQueryInfo.QueryCacheMode Modifier and Type Method Description void
SaQueryInfo. setCacheMode(SaQueryInfo.QueryCacheMode newCacheMode)
-