org.omg.CosNotifyFilter
Class ConstraintInfo

java.lang.Object
  extended byorg.omg.CosNotifyFilter.ConstraintInfo
All Implemented Interfaces:
IDLEntity, java.io.Serializable

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

Generated from IDL definition of struct "ConstraintInfo"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 ConstraintExp constraint_expression
           
 int constraint_id
           
 
Constructor Summary
ConstraintInfo()
           
ConstraintInfo(ConstraintExp constraint_expression, int constraint_id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

constraint_expression

public ConstraintExp constraint_expression

constraint_id

public int constraint_id
Constructor Detail

ConstraintInfo

public ConstraintInfo()

ConstraintInfo

public ConstraintInfo(ConstraintExp constraint_expression,
                      int constraint_id)