uk.org.ogsadai.converters.webrowset.metadata
Class ColumnName
java.lang.Object
|
+--uk.org.ogsadai.converters.webrowset.metadata.MetaDataElement
|
+--uk.org.ogsadai.converters.webrowset.metadata.ColumnName
- class ColumnName
- extends MetaDataElement
Column name.
- Author:
- The OGSA-DAI Team.
Constructor Summary |
(package private) |
ColumnName()
|
Method Summary |
java.lang.String |
getName()
Get the name of this metadata element. |
java.lang.String |
getValue()
Return the metadata. |
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 |
COPYRIGHT_NOTICE
private static final java.lang.String COPYRIGHT_NOTICE
- See Also:
- Constant Field Values
NAME
private final java.lang.String NAME
- See Also:
- Constant Field Values
mValue
private java.lang.String mValue
ColumnName
ColumnName()
getName
public java.lang.String getName()
- Description copied from class:
MetaDataElement
- Get the name of this metadata element.
- Specified by:
getName
in class MetaDataElement
- Returns:
- name
setValue
public void setValue(java.lang.String data)
- Description copied from class:
MetaDataElement
- Set the value of this metadata element.
- Specified by:
setValue
in class MetaDataElement
- Parameters:
data
- Element value.
getValue
public java.lang.String getValue()
- Return the metadata.
- Returns:
- the metadata.