|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.org.ogsadai.converters.webrowset.metadata.MetaDataElement
This class represents a metadata
element for a column
of relational data as specified in an XML WebRowSet document
as defined by the WebRowSet XML Schema.
Field Summary | |
private static java.lang.String |
COPYRIGHT_NOTICE
|
protected MetaDataElement |
mNext
Next element in the WebRowSet XML Schema |
Constructor Summary | |
MetaDataElement()
|
Method Summary | |
abstract java.lang.String |
getName()
Get the name of this metadata element. |
MetaDataElement |
getNext()
Get the following element in the WebRowSet XML Schema. |
void |
setNext(MetaDataElement next)
Set the following element in the WebRowSet XML Schema. |
abstract void |
setValue(java.lang.String data)
Set the value of this metadata element. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final java.lang.String COPYRIGHT_NOTICE
protected MetaDataElement mNext
Constructor Detail |
public MetaDataElement()
Method Detail |
public abstract java.lang.String getName()
public abstract void setValue(java.lang.String data)
data
- Element value.public void setNext(MetaDataElement next)
next
- Next element.public MetaDataElement getNext()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |