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

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

public static class MetaAttributeNames.Core
extends Object


Field Summary
static String CROSSTAB_MODE
          Either "normalized" or "raw"
static String CROSSTAB_VALUE_NORMALIZED
           
static String CROSSTAB_VALUE_RAW
           
static String INDEXED_COLUMN
           
static String NAME
          The field/column name
static String NAMESPACE
           
static String ROLE
          Either "fact", "dimension", "key" or "attribute"
static String SOURCE
          Either "parameter", "expression" or "table"
static String SOURCE_VALUE_ENVIRONMENT
           
static String SOURCE_VALUE_EXPRESSION
           
static String SOURCE_VALUE_PARAMETER
           
static String SOURCE_VALUE_TABLE
           
static String TYPE
           
 
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

NAME

public static final String NAME
The field/column name

See Also:
Constant Field Values

TYPE

public static final String TYPE
See Also:
Constant Field Values

SOURCE

public static final String SOURCE
Either "parameter", "expression" or "table"

See Also:
Constant Field Values

SOURCE_VALUE_TABLE

public static final String SOURCE_VALUE_TABLE
See Also:
Constant Field Values

SOURCE_VALUE_ENVIRONMENT

public static final String SOURCE_VALUE_ENVIRONMENT
See Also:
Constant Field Values

SOURCE_VALUE_PARAMETER

public static final String SOURCE_VALUE_PARAMETER
See Also:
Constant Field Values

SOURCE_VALUE_EXPRESSION

public static final String SOURCE_VALUE_EXPRESSION
See Also:
Constant Field Values

ROLE

public static final String ROLE
Either "fact", "dimension", "key" or "attribute"

See Also:
Constant Field Values

CROSSTAB_MODE

public static final String CROSSTAB_MODE
Either "normalized" or "raw"

See Also:
Constant Field Values

CROSSTAB_VALUE_NORMALIZED

public static final String CROSSTAB_VALUE_NORMALIZED
See Also:
Constant Field Values

CROSSTAB_VALUE_RAW

public static final String CROSSTAB_VALUE_RAW
See Also:
Constant Field Values

INDEXED_COLUMN

public static final String INDEXED_COLUMN
See Also:
Constant Field Values