org.omg.IIOP
Class Version

java.lang.Object
  extended by org.omg.IIOP.Version
All Implemented Interfaces:
Serializable, IDLEntity

public final class Version
extends Object
implements IDLEntity

Generated from IDL struct "Version".

Version:
generated at Jun 18, 2012 10:36:58 AM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
See Also:
Serialized Form

Field Summary
 byte major
           
 byte minor
           
 
Constructor Summary
Version()
           
Version(byte major, byte minor)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

major

public byte major

minor

public byte minor
Constructor Detail

Version

public Version()

Version

public Version(byte major,
               byte minor)


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.