Interface MetaDataConstants
public interface MetaDataConstants
Provides constants used in the meta-data package.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Code for an element that does not take a name.static final String
Code for an element that does not appear in any name space.static final int
Code for an element with an optional name.static final String
Internal name of the report design element type.static final String
Internal name of the report element type.static final int
Code for an element with a required name.static final String
Internal name of the style element type.
-
Field Details
-
STYLE_NAME
Internal name of the style element type.- See Also:
-
REPORT_ELEMENT_NAME
Internal name of the report element type.- See Also:
-
REPORT_DESIGN_NAME
Internal name of the report design element type.- See Also:
-
NO_NAME_SPACE
Code for an element that does not appear in any name space.- See Also:
-
NO_NAME
static final int NO_NAMECode for an element that does not take a name.- See Also:
-
OPTIONAL_NAME
static final int OPTIONAL_NAMECode for an element with an optional name.- See Also:
-
REQUIRED_NAME
static final int REQUIRED_NAMECode for an element with a required name.- See Also:
-