ome.services.blitz.measurements
Class Helper

java.lang.Object
  extended by ome.services.blitz.measurements.Helper

public abstract class Helper
extends Object

Parallel type hierarchy to Column to facilitate (and speed-up) working with columns without adding methods to the slice definitions.

Since:
Beta4.1

Constructor Summary
Helper()
           
 
Method Summary
static Helper fromClass(Class kls)
          Factory method to generate Helper instances from the Class of a given column.
static Helper fromLsid(String lsid)
          Factory method to generate Helper instances from the LSID of a given column.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Helper

public Helper()
Method Detail

fromLsid

public static Helper fromLsid(String lsid)
                       throws omero.ServerError
Factory method to generate Helper instances from the LSID of a given column.

Parameters:
lsid -
Returns:
Throws:
omero.ServerError

fromClass

public static Helper fromClass(Class kls)
                        throws omero.ServerError
Factory method to generate Helper instances from the Class of a given column.

Parameters:
kls -
Returns:
Throws:
omero.ServerError


OmeroJava Api

Version: Beta-4.1.1-r5927-b91

Copyright © 2009 The University of Dundee. All Rights Reserved.