org.jacorb.demo.unions
Class Nums
java.lang.Object
org.jacorb.demo.unions.Nums
- All Implemented Interfaces:
- Serializable, IDLEntity
public final class Nums
- extends Object
- implements IDLEntity
Generated from IDL union "Nums".
- Version:
- generated at 03-Nov-2015 12:36:16
- Author:
- JacORB IDL compiler V 3.7
- See Also:
- Serialized Form
|
Constructor Summary |
Nums()
|
|
Method Summary |
char |
discriminator()
|
float |
f()
|
void |
f(float _x)
|
int |
l()
|
void |
l(int _x)
|
short |
s()
|
void |
s(char _discriminator,
short _x)
|
void |
s(short _x)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Nums
public Nums()
discriminator
public char discriminator()
f
public float f()
f
public void f(float _x)
l
public int l()
l
public void l(int _x)
s
public short s()
s
public void s(short _x)
s
public void s(char _discriminator,
short _x)
Copyright © 2015 JacORB. All rights reserved.