public class _TimeTie extends Time implements Ice.TieBase
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
_TimeTie(_TimeOperations delegate) |
_TimeTie() |
Modifier and Type | Method and Description |
---|---|
Time |
copy(Ice.Current __current) |
boolean |
equals(java.lang.Object rhs) |
java.lang.String |
getSymbol(Ice.Current __current)
Returns the possibly unicode representation of the ""unit""
value for display.
|
UnitsTime |
getUnit(Ice.Current __current)
|
double |
getValue(Ice.Current __current)
Actual value for this unit-based field.
|
int |
hashCode() |
java.lang.Object |
ice_delegate() |
void |
ice_delegate(java.lang.Object delegate) |
void |
setUnit(UnitsTime unit,
Ice.Current __current) |
void |
setValue(double value,
Ice.Current __current) |
___copy, ___getSymbol, ___getUnit, ___getValue, ___setUnit, ___setValue, __dispatch, __readImpl, __writeImpl, clone, copy, getSymbol, getUnit, getValue, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, setUnit, setValue
public static final long serialVersionUID
public _TimeTie()
public _TimeTie(_TimeOperations delegate)
public java.lang.Object ice_delegate()
ice_delegate
in interface Ice.TieBase
public void ice_delegate(java.lang.Object delegate)
ice_delegate
in interface Ice.TieBase
public boolean equals(java.lang.Object rhs)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public Time copy(Ice.Current __current)
copy
in interface _TimeOperations
public java.lang.String getSymbol(Ice.Current __current)
_TimeOperations
getSymbol
in interface _TimeOperations
__current
- The Current object for the invocation.public UnitsTime getUnit(Ice.Current __current)
_TimeOperations
getUnit
in interface _TimeOperations
__current
- The Current object for the invocation.public double getValue(Ice.Current __current)
_TimeOperations
UnitsTime
enum.getValue
in interface _TimeOperations
__current
- The Current object for the invocation.public void setUnit(UnitsTime unit, Ice.Current __current)
setUnit
in interface _TimeOperations
public void setValue(double value, Ice.Current __current)
setValue
in interface _TimeOperations