Class ExpressionType
- java.lang.Object
-
- org.eclipse.birt.report.model.api.ExpressionType
-
public class ExpressionType extends java.lang.Object
Enumerates the expression types.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CONSTANT
static java.lang.String
JAVASCRIPT
-
Constructor Summary
Constructors Constructor Description ExpressionType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Iterator<java.lang.String>
iterator()
Gets possible types for the expression.
-
-
-
Field Detail
-
CONSTANT
public static final java.lang.String CONSTANT
- See Also:
- Constant Field Values
-
JAVASCRIPT
public static final java.lang.String JAVASCRIPT
- See Also:
- Constant Field Values
-
-