public interface _GroupExperimenterMapOperations extends _IObjectOperations
| Modifier and Type | Method and Description | 
|---|---|
| Experimenter | getChild(Ice.Current __current) | 
| RBool | getOwner(Ice.Current __current) | 
| ExperimenterGroup | getParent(Ice.Current __current) | 
| RInt | getVersion(Ice.Current __current) | 
| void | link(ExperimenterGroup theParent,
    Experimenter theChild,
    Ice.Current __current) | 
| void | setChild(Experimenter theChild,
        Ice.Current __current) | 
| void | setOwner(RBool theOwner,
        Ice.Current __current) | 
| void | setParent(ExperimenterGroup theParent,
         Ice.Current __current) | 
| void | setVersion(RInt theVersion,
          Ice.Current __current) | 
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetailsRInt getVersion(Ice.Current __current)
void setVersion(RInt theVersion, Ice.Current __current)
ExperimenterGroup getParent(Ice.Current __current)
void setParent(ExperimenterGroup theParent, Ice.Current __current)
Experimenter getChild(Ice.Current __current)
void setChild(Experimenter theChild, Ice.Current __current)
RBool getOwner(Ice.Current __current)
void setOwner(RBool theOwner, Ice.Current __current)
void link(ExperimenterGroup theParent, Experimenter theChild, Ice.Current __current)