|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.ac.starlink.votable.VOElement | +--uk.ac.starlink.votable.ValuesElement
Field or Param value restriction set represented by a VALUES element in a VOTable.
Constructor Summary | |
ValuesElement(Element el,
String systemId)
Constructs a ValuesElement object from a VALUES element. |
Method Summary | |
String |
getMaximum()
Returns the specified maximum value for this ValuesElement object (the value of any Maximum child). |
String |
getMinimum()
Returns the specified minimum value for this ValuesElement object (the value of any MINIMUM child). |
String |
getNull()
Returns the 'null' value for this ValuesElement object, that is the value which represents an undefined data value. |
String[] |
getOptions()
Returns the specified option values for this ValuesElement object. |
String |
getType()
Returns the supplied or implied value of the 'type' attribute of this ValuesElement object. |
boolean |
isInvalid()
Returns the sense of the supplied or implied 'invalid' attribute of this ValuesElement object. |
Methods inherited from class uk.ac.starlink.votable.VOElement |
equals, getAttribute, getAttribute, getChildByName, getChildren, getChildrenByName, getContext, getDescendantsByName, getDescription, getElement, getHandle, getID, getName, getParent, getSource, getSystemId, getTagName, getTextContent, hasAttribute, hashCode, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ValuesElement(Element el, String systemId)
el
- a VALUES elementsystemId
- document system IDMethod Detail |
public String getMaximum()
public String getMinimum()
public String[] getOptions()
public String getNull()
public String getType()
public boolean isInvalid()
|
Copyright © 2004 CLRC: Central Laboratory of the Research Councils. All rights reserved. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |