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