org.csapi.ui
Class TpUICollectCriteria

java.lang.Object
  extended by org.csapi.ui.TpUICollectCriteria
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

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

Generated from IDL definition of struct "TpUICollectCriteria"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 java.lang.String EndSequence
           
 int InterCharTimeout
           
 int MaxLength
           
 int MinLength
           
 int StartTimeout
           
 
Constructor Summary
TpUICollectCriteria()
           
TpUICollectCriteria(int MinLength, int MaxLength, java.lang.String EndSequence, int StartTimeout, int InterCharTimeout)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MinLength

public int MinLength

MaxLength

public int MaxLength

EndSequence

public java.lang.String EndSequence

StartTimeout

public int StartTimeout

InterCharTimeout

public int InterCharTimeout
Constructor Detail

TpUICollectCriteria

public TpUICollectCriteria()

TpUICollectCriteria

public TpUICollectCriteria(int MinLength,
                           int MaxLength,
                           java.lang.String EndSequence,
                           int StartTimeout,
                           int InterCharTimeout)


Copyright © 2008. All Rights Reserved.