omero
Interface rtypes.Conversion

Enclosing class:
rtypes

public static interface rtypes.Conversion

SPI-style interface which helps the omero server to properly convert omero.RType objects into Java-native objects for use in Hibernate.


Method Summary
 Object convert(IceMapper mapper)
          Convert the "val" field on the given RType instance to an ome.model.* representation.
 Class<?> type()
          Specifies the type that can be expected from the convert(IceMapper) method.
 

Method Detail

type

Class<?> type()
Specifies the type that can be expected from the convert(IceMapper) method.

Returns:

convert

Object convert(IceMapper mapper)
               throws omero.ApiUsageException
Convert the "val" field on the given RType instance to an ome.model.* representation.

Parameters:
mapper -
Returns:
Throws:
ApiUsageException


OmeroJava Api

Version: 4.3.4-dbcbce5a-b4

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