Class SpaceObjectSource

  • All Implemented Interfaces:
    IObjectSource

    public class SpaceObjectSource
    extends java.lang.Object
    implements IObjectSource
    A space object source can provide space objects of a specific object type. If aggregation is used the values are provided as one element (a list).
    • Field Detail

      • varname

        protected java.lang.String varname
        The variable name.
      • objecttype

        protected java.lang.String objecttype
        The objecttype.
      • aggregate

        protected boolean aggregate
        The flag if aggregate values should be returned.
    • Method Detail

      • getObjects

        public java.util.List getObjects()
        Get the row objects.
        Specified by:
        getObjects in interface IObjectSource
        Returns:
        All objects from the data source.
      • getSourceName

        public java.lang.String getSourceName()
        Get the variable name.
        Specified by:
        getSourceName in interface IObjectSource
        Returns:
        The variable name.