public class SpaceObjectSource extends java.lang.Object implements IObjectSource
| Modifier and Type | Field and Description | 
|---|---|
| protected boolean | aggregateThe flag if aggregate values should be returned. | 
| protected IParsedExpression | dataexpThe object expression. | 
| protected AbstractEnvironmentSpace | envspaceThe environment space. | 
| protected IParsedExpression | includeexpThe object expression. | 
| protected java.lang.String | objecttypeThe objecttype. | 
| protected java.lang.String | varnameThe variable name. | 
| Constructor and Description | 
|---|
| SpaceObjectSource(java.lang.String varname,
                 AbstractEnvironmentSpace envspace,
                 java.lang.String objecttype,
                 boolean aggregate,
                 IParsedExpression dataexp,
                 IParsedExpression includeexp)Create a new row provider. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List | getObjects()Get the row objects. | 
| java.lang.String | getSourceName()Get the variable name. | 
protected java.lang.String varname
protected AbstractEnvironmentSpace envspace
protected java.lang.String objecttype
protected boolean aggregate
protected IParsedExpression dataexp
protected IParsedExpression includeexp
public SpaceObjectSource(java.lang.String varname,
                         AbstractEnvironmentSpace envspace,
                         java.lang.String objecttype,
                         boolean aggregate,
                         IParsedExpression dataexp,
                         IParsedExpression includeexp)
public java.util.List getObjects()
getObjects in interface IObjectSourcepublic java.lang.String getSourceName()
getSourceName in interface IObjectSource