org.eclipse.birt.report.model.api.simpleapi
Interface IExpressionType


public interface IExpressionType


Field Summary
static java.lang.String CONSTANT
           
static java.lang.String JAVASCRIPT
           
 
Method Summary
 java.util.Iterator<java.lang.String> iterator()
          Gets possible types for the expression.
 

Field Detail

CONSTANT

static final java.lang.String CONSTANT
See Also:
Constant Field Values

JAVASCRIPT

static final java.lang.String JAVASCRIPT
See Also:
Constant Field Values
Method Detail

iterator

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

Returns:
the iterator


Copyright © 2008 Actuate Corp. All rights reserved.