Class ParamElement

  • All Implemented Interfaces:
    org.w3c.dom.Element, org.w3c.dom.Node

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

      • getValue

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

        public java.lang.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