org.omg.CosNotifyFilter
Class MappingConstraintInfo

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

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

Generated from IDL struct "MappingConstraintInfo".

Version:
generated at Mar 17, 2009 1:47:06 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
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)
           
 
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

value

public Any value
Constructor Detail

MappingConstraintInfo

public MappingConstraintInfo()

MappingConstraintInfo

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