Class ColumnReference

    • Method Detail

      • getName

        public String getName()
        Gets the name of the element.
        Returns:
        the name of the element
      • getTable

        public NamedTable getTable()
        Return the table that contains this column. May be null.
        Returns:
        The group reference
      • setMetadataObject

        public void setMetadataObject​(Column metadataObject)
      • setTable

        public void setTable​(NamedTable group)
      • getType

        public Class<?> getType()
        Description copied from interface: Expression
        Determine the type returned by this expression.
        Specified by:
        getType in interface Expression
        Returns:
        The type, as defined by a Java class
      • setName

        public void setName​(String name)
        Sets the name of the element.
        Parameters:
        name - The name of the element
      • setType

        public void setType​(Class<?> type)