org.omg.CosNotifyFilter
Class ConstraintInfo

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

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

Generated from IDL struct "ConstraintInfo".

Version:
generated at Mar 12, 2011 4:11:28 PM
Author:
JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009
See Also:
Serialized Form

Field Summary
 ConstraintExp constraint_expression
           
 int constraint_id
           
 
Constructor Summary
ConstraintInfo()
           
ConstraintInfo(ConstraintExp constraint_expression, int constraint_id)
           
 
Method Summary
 
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)