Package omero.api
Interface ITypes
-
- All Superinterfaces:
_ITypesOperations
,_ITypesOperationsNC
,_ServiceInterfaceOperations
,_ServiceInterfaceOperationsNC
,Ice.Object
,ServiceInterface
- All Known Implementing Classes:
_ITypesDisp
,_ITypesTie
public interface ITypes extends Ice.Object, _ITypesOperations, _ITypesOperationsNC, ServiceInterface
Access to reflective type information. Also provides simplified access to special types like enumerations.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ice_staticId
static long
serialVersionUID
-
Method Summary
-
Methods inherited from interface omero.api._ITypesOperations
allEnumerations_async, createEnumeration_async, deleteEnumeration_async, getAnnotationTypes_async, getEnumeration_async, getEnumerationsWithEntries_async, getEnumerationTypes_async, getOriginalEnumerations_async, resetEnumerations_async, updateEnumeration_async, updateEnumerations_async
-
Methods inherited from interface omero.api._ITypesOperationsNC
allEnumerations_async, createEnumeration_async, deleteEnumeration_async, getAnnotationTypes_async, getEnumeration_async, getEnumerationsWithEntries_async, getEnumerationTypes_async, getOriginalEnumerations_async, resetEnumerations_async, updateEnumeration_async, updateEnumerations_async
-
-
-
-
Field Detail
-
ice_staticId
static final java.lang.String ice_staticId
- See Also:
- Constant Field Values
-
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
-
-