com.tonbeller.jpivot.olap.model.impl
Class Empty

java.lang.Object
  extended by com.tonbeller.jpivot.olap.model.impl.Empty

public class Empty
extends java.lang.Object

an empty OlapModel that contains no axes and no cells

Since:
21.04.2005
Author:
av

Nested Class Summary
static class Empty.EmptyModel
           
 
Field Summary
static Axis EMPTY_AXIS
           
static OlapModel EMPTY_MODEL
           
static Result EMPTY_RESULT
           
static Result OVERFLOW_RESULT
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_MODEL

public static final OlapModel EMPTY_MODEL

EMPTY_RESULT

public static final Result EMPTY_RESULT

OVERFLOW_RESULT

public static final Result OVERFLOW_RESULT

EMPTY_AXIS

public static final Axis EMPTY_AXIS