Class ParamElement

All Implemented Interfaces:
Element, Node

public class ParamElement extends FieldElement
Object representing a PARAM element in a VOTable.
Author:
Mark Taylor (Starlink)
  • Method Details

    • getValue

      public String getValue()
      Returns the value of the value attribute, or an empty string if it has none.
      Returns:
      the value string
    • getObject

      public Object getObject()
      Returns the object represented by the value of this Param. This is constructed by decoding the value attribute in the same way as for TABLEDATA content of a table for a FIELD of this kind.
      Returns:
      the value object