Class ModelConstants
- java.lang.Object
-
- org.eclipse.birt.report.model.api.ModelConstants
-
public class ModelConstants extends java.lang.Object
Defines various constants.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
REPORT_VERSION
The version of the report design.
-
Constructor Summary
Constructors Constructor Description ModelConstants()
-
-
-
Field Detail
-
REPORT_VERSION
public static final java.lang.String REPORT_VERSION
The version of the report design. Whenever the design is parsed or serialized, the version number is this value.- See Also:
- Constant Field Values
-
-