org.csapi.cs
Class TpChargingParameterValue
java.lang.Object
org.csapi.cs.TpChargingParameterValue
- All Implemented Interfaces:
- java.io.Serializable, org.omg.CORBA.portable.IDLEntity
public final class TpChargingParameterValue
- extends java.lang.Object
- implements org.omg.CORBA.portable.IDLEntity
Generated from IDL definition of union "TpChargingParameterValue"
- Author:
- JacORB IDL compiler
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TpChargingParameterValue
public TpChargingParameterValue()
discriminator
public TpChargingParameterValueType discriminator()
IntValue
public int IntValue()
IntValue
public void IntValue(int _x)
FloatValue
public float FloatValue()
FloatValue
public void FloatValue(float _x)
StringValue
public java.lang.String StringValue()
StringValue
public void StringValue(java.lang.String _x)
BooleanValue
public boolean BooleanValue()
BooleanValue
public void BooleanValue(boolean _x)
OctetValue
public byte[] OctetValue()
OctetValue
public void OctetValue(byte[] _x)
Copyright © 2008. All Rights Reserved.