Class NextRow

java.lang.Object
com.independentsoft.office.odf.fields.Field
com.independentsoft.office.odf.fields.NextRow
All Implemented Interfaces:
IContentElement, IParagraphContent

public class NextRow extends Field
Represents the database row following the one currently displayed in a current database row.
  • Constructor Details

  • Method Details

    • getContentElements

      public List<IContentElement> getContentElements()
      Returns all content elements.
      Specified by:
      getContentElements in interface IContentElement
      Specified by:
      getContentElements in class Field
      Returns:
      A collection of content elements.
    • getParent

      public IContentElement getParent()
      Returns the parent content element.
      Specified by:
      getParent in interface IContentElement
      Overrides:
      getParent in class Field
      Returns:
      the parent
    • setParent

      public void setParent(IContentElement parent)
      Sets the parent content element.
      Specified by:
      setParent in interface IContentElement
      Overrides:
      setParent in class Field
      Parameters:
      parent - the new parent
    • clone

      public NextRow clone()
      Creates a new object that is a deep copy of the current instance.
      Specified by:
      clone in interface IContentElement
      Specified by:
      clone in interface IParagraphContent
      Specified by:
      clone in class Field
      Returns:
      A new object that is a copy of this instance.
    • toString

      public String toString()
      Converts the value of the current NextRow object to its equivalent string representation.
      Overrides:
      toString in class Object
      Returns:
      the string
    • getName

      public String getName()
      Gets the source database by its name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets the source database by its name.
      Parameters:
      name - the new name
    • getTableName

      public String getTableName()
      Gets a table within a source database.
      Returns:
      the table name
    • setTableName

      public void setTableName(String tableName)
      Sets a table within a source database.
      Parameters:
      tableName - the new table name
    • getTableType

      public TableType getTableType()
      Gets the reference made by a database table.
      Returns:
      the table type
    • setTableType

      public void setTableType(TableType tableType)
      Sets the reference made by a database table.
      Parameters:
      tableType - the new table type
    • getCondition

      public String getCondition()
      Gets the condition expression.
      Returns:
      the condition
    • setCondition

      public void setCondition(String condition)
      Sets the condition expression.
      Parameters:
      condition - the new condition
    • getValue

      public String getValue()
      Gets the next database row.
      Returns:
      the value
    • setValue

      public void setValue(String value)
      Sets the next database row.
      Parameters:
      value - the new value