Class pgj.ParameterDescription

java.lang.Object
  extended bypgj.ParameterDescription
All Implemented Interfaces:
pgj.ProtocolChunk
Enclosing class:
pgj

public static class pgj.ParameterDescription
extends java.lang.Object
implements pgj.ProtocolChunk


Field Summary
 int[] types
           
 
Constructor Summary
pgj.ParameterDescription(int[] t)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

types

public int[] types
Constructor Detail

pgj.ParameterDescription

public pgj.ParameterDescription(int[] t)
Method Detail

toString

public java.lang.String toString()