public abstract class RCollection extends RType implements _RCollectionOperations, _RCollectionOperationsNC
omero.model classes, these types are mutable since they solely
 pass through the
 This flexible mechanism is not used in all API calls because
 the flexibility brings a performance penalty.| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String[] | __ids | 
| static long | serialVersionUID | 
| protected java.util.List<RType> | val | 
| Constructor and Description | 
|---|
| RCollection() | 
| RCollection(java.util.List<RType> val) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Ice.DispatchStatus | ___add(RCollection __obj,
      IceInternal.Incoming __inS,
      Ice.Current __current) | 
| static Ice.DispatchStatus | ___addAll(RCollection __obj,
         IceInternal.Incoming __inS,
         Ice.Current __current) | 
| static Ice.DispatchStatus | ___get(RCollection __obj,
      IceInternal.Incoming __inS,
      Ice.Current __current) | 
| static Ice.DispatchStatus | ___getValue(RCollection __obj,
           IceInternal.Incoming __inS,
           Ice.Current __current) | 
| static Ice.DispatchStatus | ___size(RCollection __obj,
       IceInternal.Incoming __inS,
       Ice.Current __current) | 
| Ice.DispatchStatus | __dispatch(IceInternal.Incoming in,
          Ice.Current __current) | 
| protected void | __readImpl(IceInternal.BasicStream __is) | 
| protected void | __writeImpl(IceInternal.BasicStream __os) | 
| void | add(RType value) | 
| void | addAll(java.util.List<RType> value) | 
| RCollection | clone() | 
| RType | get(int index) | 
| java.util.List<RType> | getValue() | 
| java.lang.String | ice_id() | 
| java.lang.String | ice_id(Ice.Current __current) | 
| java.lang.String[] | ice_ids() | 
| java.lang.String[] | ice_ids(Ice.Current __current) | 
| boolean | ice_isA(java.lang.String s) | 
| boolean | ice_isA(java.lang.String s,
       Ice.Current __current) | 
| static java.lang.String | ice_staticId() | 
| int | size() | 
___compare, compare___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshalequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparecomparepublic static final java.lang.String[] __ids
protected java.util.List<RType> val
public static final long serialVersionUID
public RCollection()
public RCollection(java.util.List<RType> val)
public boolean ice_isA(java.lang.String s)
public boolean ice_isA(java.lang.String s,
                       Ice.Current __current)
public java.lang.String[] ice_ids()
public java.lang.String[] ice_ids(Ice.Current __current)
public java.lang.String ice_id()
public java.lang.String ice_id(Ice.Current __current)
public static java.lang.String ice_staticId()
public final void add(RType value)
add in interface _RCollectionOperationsNCpublic final void addAll(java.util.List<RType> value)
addAll in interface _RCollectionOperationsNCpublic final RType get(int index)
get in interface _RCollectionOperationsNCpublic final java.util.List<RType> getValue()
getValue in interface _RCollectionOperationsNCpublic final int size()
size in interface _RCollectionOperationsNCpublic static Ice.DispatchStatus ___getValue(RCollection __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___size(RCollection __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___get(RCollection __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___add(RCollection __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___addAll(RCollection __obj, IceInternal.Incoming __inS, Ice.Current __current)
public Ice.DispatchStatus __dispatch(IceInternal.Incoming in,
                                     Ice.Current __current)
__dispatch in interface Ice.Object__dispatch in class RTypeprotected void __writeImpl(IceInternal.BasicStream __os)
__writeImpl in class RTypeprotected void __readImpl(IceInternal.BasicStream __is)
__readImpl in class RTypepublic RCollection clone()