org.pentaho.reporting.engine.classic.core
Class MetaAttributeNames.Numeric

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.MetaAttributeNames.Numeric
Enclosing class:
MetaAttributeNames

public static class MetaAttributeNames.Numeric
extends Object


Field Summary
static String CURRENCY
           
static String NAMESPACE
           
static String PRECISION
           
static String SCALE
           
static String SIGNED
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE

public static final String NAMESPACE
See Also:
Constant Field Values

CURRENCY

public static final String CURRENCY
See Also:
Constant Field Values

SCALE

public static final String SCALE
See Also:
Constant Field Values

PRECISION

public static final String PRECISION
See Also:
Constant Field Values

SIGNED

public static final String SIGNED
See Also:
Constant Field Values