public class SpaceObjectSource extends java.lang.Object implements IObjectSource
Modifier and Type | Field and Description |
---|---|
protected boolean |
aggregate
The flag if aggregate values should be returned.
|
protected IParsedExpression |
dataexp
The object expression.
|
protected AbstractEnvironmentSpace |
envspace
The environment space.
|
protected IParsedExpression |
includeexp
The object expression.
|
protected java.lang.String |
objecttype
The objecttype.
|
protected java.lang.String |
varname
The 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 IObjectSource
public java.lang.String getSourceName()
getSourceName
in interface IObjectSource