Package omero
Interface _RInternalOperationsNC
-
- All Superinterfaces:
_RTypeOperationsNC
- All Known Implementing Classes:
_RInternalTie
,RInternal
public interface _RInternalOperationsNC extends _RTypeOperationsNC
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()
-
Methods inherited from interface omero._RTypeOperationsNC
compare
-
-
-
-
Method Detail
-
getValue
Internal getValue()
-
-