org.omg.CosNotifyFilter
Class ConstraintExp

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

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

Generated from IDL definition of struct "ConstraintExp"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 java.lang.String constraint_expr
           
 EventType[] event_types
           
 
Constructor Summary
ConstraintExp()
           
ConstraintExp(EventType[] event_types, java.lang.String constraint_expr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

event_types

public EventType[] event_types

constraint_expr

public java.lang.String constraint_expr
Constructor Detail

ConstraintExp

public ConstraintExp()

ConstraintExp

public ConstraintExp(EventType[] event_types,
                     java.lang.String constraint_expr)