Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.prolifics.ejb
Class BooleanArrayIn  view BooleanArrayIn download BooleanArrayIn.java

java.lang.Object
  extended bycom.prolifics.ejb.BooleanArrayIn
All Implemented Interfaces:
InParameter, java.io.Serializable

class BooleanArrayIn
extends java.lang.Object
implements InParameter


Field Summary
(package private)  boolean[] ba
           
 
Constructor Summary
(package private) BooleanArrayIn(boolean[] ba)
           
 
Method Summary
 java.lang.String get(int index)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ba

boolean[] ba
Constructor Detail

BooleanArrayIn

BooleanArrayIn(boolean[] ba)
Method Detail

get

public java.lang.String get(int index)
Specified by:
get in interface InParameter

size

public int size()
Specified by:
size in interface InParameter