org.eclipse.birt.report.model.api
Class ExpressionType

java.lang.Object
  extended by org.eclipse.birt.report.model.api.ExpressionType

public class ExpressionType
extends java.lang.Object

Enumerates the expression types.


Field Summary
static java.lang.String CONSTANT
           
static java.lang.String JAVASCRIPT
           
 
Constructor Summary
ExpressionType()
           
 
Method Summary
static java.util.Iterator<java.lang.String> iterator()
          Gets possible types for the expression.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

ExpressionType

public ExpressionType()
Method Detail

iterator

public static java.util.Iterator<java.lang.String> iterator()
Gets possible types for the expression.

Returns:
the


Copyright © 2008 Actuate Corp. All rights reserved.