Package omero

Interface _RClassOperations

  • All Superinterfaces:
    _RStringOperations, _RTypeOperations
    All Known Implementing Classes:
    _RClassTie, RClass

    public interface _RClassOperations
    extends _RStringOperations
    Extends RString and simply provides runtime information to the server that this string is intended as a ""protected"" class parameter. Used especially by omero.system.ParamMap (omero/System.ice) Usage:
     
     omero::RClass c = ...; // from service
     if (!c.null && c.val.equals("Image")) { ... }