public interface MetaDataConstants
Modifier and Type | Field and Description |
---|---|
static int |
NO_NAME
Code for an element that does not take a name.
|
static java.lang.String |
NO_NAME_SPACE
Code for an element that does not appear in any name space.
|
static int |
OPTIONAL_NAME
Code for an element with an optional name.
|
static java.lang.String |
REPORT_DESIGN_NAME
Internal name of the report design element type.
|
static java.lang.String |
REPORT_ELEMENT_NAME
Internal name of the report element type.
|
static int |
REQUIRED_NAME
Code for an element with a required name.
|
static java.lang.String |
STYLE_NAME
Internal name of the style element type.
|
static final java.lang.String STYLE_NAME
static final java.lang.String REPORT_ELEMENT_NAME
static final java.lang.String REPORT_DESIGN_NAME
static final java.lang.String NO_NAME_SPACE
static final int NO_NAME
static final int OPTIONAL_NAME
static final int REQUIRED_NAME
Copyright © 2008 Actuate Corp. All rights reserved.