net.sf.farrago.defimpl
Class FarragoDefaultSessionPersonality.ParamDesc

java.lang.Object
  extended by net.sf.farrago.defimpl.FarragoDefaultSessionPersonality.ParamDesc
Enclosing class:
FarragoDefaultSessionPersonality

private class FarragoDefaultSessionPersonality.ParamDesc
extends Object

ParamDesc represents a session parameter descriptor


Field Summary
(package private)  boolean nullability
           
(package private)  Long rangeEnd
           
(package private)  Long rangeStart
           
(package private)  int type
           
 
Constructor Summary
FarragoDefaultSessionPersonality.ParamDesc(int type, boolean nullability)
           
FarragoDefaultSessionPersonality.ParamDesc(int type, boolean nullability, long start, long end)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

int type

nullability

boolean nullability

rangeStart

Long rangeStart

rangeEnd

Long rangeEnd
Constructor Detail

FarragoDefaultSessionPersonality.ParamDesc

public FarragoDefaultSessionPersonality.ParamDesc(int type,
                                                  boolean nullability)

FarragoDefaultSessionPersonality.ParamDesc

public FarragoDefaultSessionPersonality.ParamDesc(int type,
                                                  boolean nullability,
                                                  long start,
                                                  long end)