org.omg.CosNotifyFilter
Class MappingConstraintInfo

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

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

Generated from IDL definition of struct "MappingConstraintInfo"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 ConstraintExp constraint_expression
           
 int constraint_id
           
 Any value
           
 
Constructor Summary
MappingConstraintInfo()
           
MappingConstraintInfo(ConstraintExp constraint_expression, int constraint_id, Any value)
           
 
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

value

public Any value
Constructor Detail

MappingConstraintInfo

public MappingConstraintInfo()

MappingConstraintInfo

public MappingConstraintInfo(ConstraintExp constraint_expression,
                             int constraint_id,
                             Any value)