org.omg.Messaging
Class RoutingTypeRange

java.lang.Object
  extended byorg.omg.Messaging.RoutingTypeRange
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class RoutingTypeRange
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of struct "RoutingTypeRange"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 short max
           
 short min
           
 
Constructor Summary
RoutingTypeRange()
           
RoutingTypeRange(short min, short max)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

min

public short min

max

public short max
Constructor Detail

RoutingTypeRange

public RoutingTypeRange()

RoutingTypeRange

public RoutingTypeRange(short min,
                        short max)