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

Quick Search    Search Deep

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

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

class IntArrayIn
extends java.lang.Object
implements InParameter


Field Summary
(package private)  int[] ia
           
 
Constructor Summary
(package private) IntArrayIn(int[] ia)
           
 
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

ia

int[] ia
Constructor Detail

IntArrayIn

IntArrayIn(int[] ia)
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