org.omg.CosNotifyFilter
Class ConstraintInfo

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

public final class ConstraintInfo
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Struct definition: ConstraintInfo.

Author:
OpenORB Compiler
See Also:
Serialized Form

Field Summary
 ConstraintExp constraint_expression
          Struct member constraint_expression
 int constraint_id
          Struct member constraint_id
 
Constructor Summary
ConstraintInfo()
          Default constructor
ConstraintInfo(ConstraintExp constraint_expression, int constraint_id)
          Constructor with fields initialization
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

constraint_expression

public ConstraintExp constraint_expression
Struct member constraint_expression


constraint_id

public int constraint_id
Struct member constraint_id

Constructor Detail

ConstraintInfo

public ConstraintInfo()
Default constructor


ConstraintInfo

public ConstraintInfo(ConstraintExp constraint_expression,
                      int constraint_id)
Constructor with fields initialization

Parameters:
constraint_expression - constraint_expression struct member
constraint_id - constraint_id struct member