Package omero
Interface _RClassOperationsNC
-
- All Superinterfaces:
_RStringOperationsNC
,_RTypeOperationsNC
- All Known Implementing Classes:
_RClassTie
,RClass
public interface _RClassOperationsNC extends _RStringOperationsNC
Extends RString and simply provides runtime information to the server that this string is intended as a ""protected"" class parameter. Used especially byomero.system.ParamMap
(omero/System.ice) Usage:omero::RClass c = ...; // from service if (!c.null && c.val.equals("Image")) { ... }
-
-
Method Summary
-
Methods inherited from interface omero._RStringOperationsNC
getValue
-
Methods inherited from interface omero._RTypeOperationsNC
compare
-
-