uk.org.ogsadai.converters.webrowset.metadata
Class Searchable

java.lang.Object
  |
  +--uk.org.ogsadai.converters.webrowset.metadata.MetaDataElement
        |
        +--uk.org.ogsadai.converters.webrowset.metadata.Searchable

class Searchable
extends MetaDataElement

Searchable metadata.

Author:
The OGSA-DAI Team.

Field Summary
private static java.lang.String COPYRIGHT_NOTICE
           
private  boolean mValue
           
private  java.lang.String NAME
           
 
Fields inherited from class uk.org.ogsadai.converters.webrowset.metadata.MetaDataElement
mNext
 
Constructor Summary
(package private) Searchable()
           
 
Method Summary
 java.lang.String getName()
          Get the name of this metadata element.
 boolean getValue()
          Return the metadata.
 void setValue(java.lang.String data)
          Set the value of this metadata element.
 
Methods inherited from class uk.org.ogsadai.converters.webrowset.metadata.MetaDataElement
getNext, setNext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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 boolean mValue
Constructor Detail

Searchable

Searchable()
Method Detail

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 boolean getValue()
Return the metadata.

Returns:
the metadata.