Package omero
Interface _RInternalOperations
-
- All Superinterfaces:
_RTypeOperations
- All Known Implementing Classes:
_RInternalTie
,RInternal
public interface _RInternalOperations extends _RTypeOperations
Base type forRType
s whose contents will not be parsed by the server. This allows Blitz-specific types to be safely passed in as the inputs/outputs of scripts.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Internal
getValue(Ice.Current __current)
-
Methods inherited from interface omero._RTypeOperations
compare
-
-
-
-
Method Detail
-
getValue
Internal getValue(Ice.Current __current)
-
-