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