|
||||||||||
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.FieldElement
Table column characteristics represented by a FIELD element in a VOTable.
Constructor Summary | |
FieldElement(Element el,
String systemId)
|
Method Summary | |
ValuesElement |
getActualValues()
Returns a VALUES child of this element with the attribute type='actual', or null if none exists. |
long[] |
getArraysize()
Returns the array size. |
String |
getDatatype()
Returns the value of the datatype attribute. |
ValuesElement |
getLegalValues()
Returns a VALUES child of this element with the attribute type='legal', or null if none exists. |
String |
getNull()
Returns the 'null' value for this FieldElement. |
String |
getUcd()
Returns the value of the ucd attribute, or null if there is none. |
String |
getUnit()
Returns the value of the unit attribute, or null if there is none. |
String |
toString()
Returns the same value as VOElement.getHandle() . |
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 |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FieldElement(Element el, String systemId)
Method Detail |
public long[] getArraysize()
public String getDatatype()
public String getNull()
public String getUnit()
public String getUcd()
UCD
public ValuesElement getLegalValues()
public ValuesElement getActualValues()
public String toString()
VOElement
VOElement.getHandle()
.
toString
in class VOElement
|
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 |