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

Quick Search    Search Deep

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

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

class DoubleIn
extends java.lang.Object
implements InParameter


Field Summary
(package private)  double d
           
 
Constructor Summary
(package private) DoubleIn(double d)
           
 
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

d

double d
Constructor Detail

DoubleIn

DoubleIn(double d)
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