Xindice API
version 1.2m1

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: 541508 $, $Date: 2007-05-24 21:54:12 -0400 (Thu, 24 May 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.

Throws:
InlineMetaException

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.

Throws:
InlineMetaException

Xindice API
version 1.2m1

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