Xindice API
version 1.1

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

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

public interface InlineMetaMap

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

Version:
$Revision: 511426 $, $Date: 2007-02-24 22:25:02 -0500 (Sat, 24 Feb 2007) $

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

Method Detail

containsKey

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

get

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

keys

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

put

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

Xindice API
version 1.1

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