Package omero
Class _RTypeTie
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.RType
-
- omero._RTypeTie
-
- All Implemented Interfaces:
Ice.Object
,Ice.TieBase
,java.io.Serializable
,java.lang.Cloneable
,_RTypeOperations
,_RTypeOperationsNC
public class _RTypeTie extends RType implements Ice.TieBase
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description _RTypeTie()
_RTypeTie(_RTypeOperations delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(RType rhs, Ice.Current __current)
Equals-like functionality for all RTypes.boolean
equals(java.lang.Object rhs)
int
hashCode()
java.lang.Object
ice_delegate()
void
ice_delegate(java.lang.Object delegate)
-
Methods inherited from class omero.RType
___compare, __dispatch, __readImpl, __writeImpl, clone, compare, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId
-
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
_RTypeTie
public _RTypeTie()
-
_RTypeTie
public _RTypeTie(_RTypeOperations delegate)
-
-
Method Detail
-
ice_delegate
public java.lang.Object ice_delegate()
- Specified by:
ice_delegate
in interfaceIce.TieBase
-
ice_delegate
public void ice_delegate(java.lang.Object delegate)
- Specified by:
ice_delegate
in interfaceIce.TieBase
-
equals
public boolean equals(java.lang.Object rhs)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
compare
public int compare(RType rhs, Ice.Current __current)
Description copied from interface:_RTypeOperations
Equals-like functionality for all RTypes. A return value of 0 means they are equivalent and were almost certainly created by the same constructor call, e.g.rbool(true).compare(rbool(true)) == 0
This method was originally added (Oct 2008) to force the base RType class to be abstract in all languages.- Specified by:
compare
in interface_RTypeOperations
__current
- The Current object for the invocation.
-
-