Xindice API
version 1.1b3

org.apache.xindice.core.meta.inline
Interface InlineMetaMap

All Known Implementing Classes:
ResourceTypeReader.ResourceTypeMap, NullReader.NullMap

public interface InlineMetaMap

The inline meta data is a collection of name-value pairs.

Version:
CVS $Revision: 1.3 $, $Date: 2003/08/07 20:13:22 $

Method Summary
 boolean containsKey(java.lang.String key)
          Return true if the map contains the specified key.
 java.lang.Object get(java.lang.String key)
          Return the value associated with the specified key.
 java.lang.String[] keys()
          Returns an array containing the keys found in the map.
 void put(java.lang.String key, java.lang.Object value)
          Set the value associated with the given key.
 

Method Detail

containsKey

public boolean containsKey(java.lang.String key)
Return true if the map contains the specified key.

get

public java.lang.Object get(java.lang.String key)
                     throws InlineMetaException
Return the value associated with the specified key.

keys

public java.lang.String[] keys()
Returns an array containing the keys found in the map.

put

public void put(java.lang.String key,
                java.lang.Object value)
         throws InlineMetaException
Set the value associated with the given key.

Xindice API
version 1.1b3

Copyright (c) 1999-2003 The Apache Software Foundation. All Rights Reserved.