Package omero.model
Class ScreenAnnotationLinksSeqHelper
- java.lang.Object
-
- omero.model.ScreenAnnotationLinksSeqHelper
-
public final class ScreenAnnotationLinksSeqHelper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ScreenAnnotationLinksSeqHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<ScreenAnnotationLink>
read(IceInternal.BasicStream __is)
static void
write(IceInternal.BasicStream __os, java.util.List<ScreenAnnotationLink> __v)
-
-
-
Method Detail
-
write
public static void write(IceInternal.BasicStream __os, java.util.List<ScreenAnnotationLink> __v)
-
read
public static java.util.List<ScreenAnnotationLink> read(IceInternal.BasicStream __is)
-
-