Class ParamRefElement

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

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

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