org.eyedb
Class RecMode

java.lang.Object
  extended by org.eyedb.RecMode

public class RecMode
extends java.lang.Object


Field Summary
static RecMode FullRecurs
           
static RecMode NoRecurs
           
 
Constructor Summary
RecMode(boolean b, java.lang.String s)
           
RecMode(int type)
           
RecMode(java.lang.String s)
           
 
Method Summary
 int getType()
           
 boolean isAgregRecurs(Attribute agr)
           
 boolean isAgregRecurs(Attribute agr, int j)
           
 boolean isAgregRecurs(Attribute agr, int j, Object o)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FullRecurs

public static RecMode FullRecurs

NoRecurs

public static RecMode NoRecurs
Constructor Detail

RecMode

public RecMode(int type)

RecMode

public RecMode(java.lang.String s)

RecMode

public RecMode(boolean b,
               java.lang.String s)
Method Detail

getType

public int getType()

isAgregRecurs

public boolean isAgregRecurs(Attribute agr)
                      throws Exception
Throws:
Exception

isAgregRecurs

public boolean isAgregRecurs(Attribute agr,
                             int j)
                      throws Exception
Throws:
Exception

isAgregRecurs

public boolean isAgregRecurs(Attribute agr,
                             int j,
                             Object o)
                      throws Exception
Throws:
Exception