Class ParamRefElement

All Implemented Interfaces:
Element, Node

public class ParamRefElement extends VOElement
Object representing a PARAMref element.
Since:
16 Sep 2004
Author:
Mark Taylor (Starlink)
  • Method Details

    • getParam

      public ParamElement getParam()
      Returns the PARAM element referenced by this PARAMref. If this element has no ref attribute, or if it doesn't refer to a PARAM element (neither of which ought to happen for a sensible document) then null is returned.
      Returns:
      referent PARAM
    • getUcd

      public String getUcd()
      Returns the value of the ucd attribute, or null if there is none. Note that (since VOTable 1.2) this may differ from the ucd of the referenced PARAM.
      Returns:
      the ucd string
      See Also:
      • UCD
    • getUtype

      public String getUtype()
      Returns the value of the utype attribute, or null if there is none. Note that (since VOTable 1.2) this may differ from the utype of the referenced PARAM.
      Returns:
      the utype string