org.csapi
Class TpSimpleAttributeValue
java.lang.Object
org.csapi.TpSimpleAttributeValue
- All Implemented Interfaces:
- java.io.Serializable, org.omg.CORBA.portable.IDLEntity
public final class TpSimpleAttributeValue
- extends java.lang.Object
- implements org.omg.CORBA.portable.IDLEntity
Generated from IDL definition of union "TpSimpleAttributeValue"
- 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 |
TpSimpleAttributeValue
public TpSimpleAttributeValue()
discriminator
public TpSimpleAttributeTypeInfo discriminator()
BooleanValue
public boolean BooleanValue()
BooleanValue
public void BooleanValue(boolean _x)
OctetValue
public byte OctetValue()
OctetValue
public void OctetValue(byte _x)
CharValue
public char CharValue()
CharValue
public void CharValue(char _x)
WCharValue
public char WCharValue()
WCharValue
public void WCharValue(char _x)
StringValue
public java.lang.String StringValue()
StringValue
public void StringValue(java.lang.String _x)
WStringValue
public java.lang.String WStringValue()
WStringValue
public void WStringValue(java.lang.String _x)
Int16Value
public short Int16Value()
Int16Value
public void Int16Value(short _x)
UnsignedInt16Value
public short UnsignedInt16Value()
UnsignedInt16Value
public void UnsignedInt16Value(short _x)
Int32Value
public int Int32Value()
Int32Value
public void Int32Value(int _x)
UnsignedInt32Value
public int UnsignedInt32Value()
UnsignedInt32Value
public void UnsignedInt32Value(int _x)
Int64Value
public long Int64Value()
Int64Value
public void Int64Value(long _x)
UnsignedInt64Value
public long UnsignedInt64Value()
UnsignedInt64Value
public void UnsignedInt64Value(long _x)
FloatValue
public float FloatValue()
FloatValue
public void FloatValue(float _x)
DoubleValue
public double DoubleValue()
DoubleValue
public void DoubleValue(double _x)
FixedValue
public float FixedValue()
FixedValue
public void FixedValue(float _x)
Copyright © 2008. All Rights Reserved.