org.omg.CosNotifyFilter
Class MappingConstraintInfo

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

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

Struct definition: MappingConstraintInfo.

Author:
OpenORB Compiler
See Also:
Serialized Form

Field Summary
 ConstraintExp constraint_expression
          Struct member constraint_expression
 int constraint_id
          Struct member constraint_id
 org.omg.CORBA.Any value
          Struct member value
 
Constructor Summary
MappingConstraintInfo()
          Default constructor
MappingConstraintInfo(ConstraintExp constraint_expression, int constraint_id, org.omg.CORBA.Any value)
          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


value

public org.omg.CORBA.Any value
Struct member value

Constructor Detail

MappingConstraintInfo

public MappingConstraintInfo()
Default constructor


MappingConstraintInfo

public MappingConstraintInfo(ConstraintExp constraint_expression,
                             int constraint_id,
                             org.omg.CORBA.Any value)
Constructor with fields initialization

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