public class _ElectricPotentialTie extends ElectricPotential implements Ice.TieBase
| Modifier and Type | Field and Description | 
|---|---|
static long | 
serialVersionUID  | 
__ids, unit, value| Constructor and Description | 
|---|
_ElectricPotentialTie(_ElectricPotentialOperations delegate)  | 
_ElectricPotentialTie()  | 
| Modifier and Type | Method and Description | 
|---|---|
ElectricPotential | 
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. 
 | 
UnitsElectricPotential | 
getUnit(Ice.Current __current)
UnitsElectricPotential instance which is an
 IObject
 meaning that its ID is sufficient for identifying equality. | 
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(UnitsElectricPotential 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, setValuepublic static final long serialVersionUID
public _ElectricPotentialTie()
public _ElectricPotentialTie(_ElectricPotentialOperations delegate)
public java.lang.Object ice_delegate()
ice_delegate in interface Ice.TieBasepublic void ice_delegate(java.lang.Object delegate)
ice_delegate in interface Ice.TieBasepublic boolean equals(java.lang.Object rhs)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic ElectricPotential copy(Ice.Current __current)
copy in interface _ElectricPotentialOperationspublic java.lang.String getSymbol(Ice.Current __current)
_ElectricPotentialOperationsgetSymbol in interface _ElectricPotentialOperations__current - The Current object for the invocation.public UnitsElectricPotential getUnit(Ice.Current __current)
_ElectricPotentialOperationsUnitsElectricPotential instance which is an
 IObject
 meaning that its ID is sufficient for identifying equality.getUnit in interface _ElectricPotentialOperations__current - The Current object for the invocation.public double getValue(Ice.Current __current)
_ElectricPotentialOperationsUnitsElectricPotential enum.getValue in interface _ElectricPotentialOperations__current - The Current object for the invocation.public void setUnit(UnitsElectricPotential unit, Ice.Current __current)
setUnit in interface _ElectricPotentialOperationspublic void setValue(double value,
                     Ice.Current __current)
setValue in interface _ElectricPotentialOperations