Class RowValue

Object
RowValue
All Implemented Interfaces:
Serializable

public class RowValue extends Object implements Serializable
See Also:
  • Constructor Details

    • RowValue

      public RowValue()
    • RowValue

      public RowValue(String v)
    • RowValue

      public RowValue(String v, RowType type)
  • Method Details

    • getStringValue

      public String getStringValue()
    • setType

      public void setType(RowType type)
    • setStringValue

      public void setStringValue(String stringValue)
    • getType

      public RowType getType()