OmeroBlitz API
Home Previous Up Next Index

omero::RClass

Overview

[ "protected" ] class RClass extends RString

Extends RString and simply provides runtime information to the server that this string is intended as a ""protected"" class parameter. Used especially by {@code omero.system.ParamMap} (omero/System.ice) Usage:

{@code
omero::RClass c = ...; // from service
if (!c.null && c.val.equals("Image")) { ... }
}


Home Previous Up Next Index