| java.lang.Object de.fho.jump.pirol.utilities.metaData.MetaDataMap
MetaDataMap | public class MetaDataMap (Code) | | Class to store meta information of various kinds in a map.
By default an object of this class will be added to the properties of a
DataSource (and is hopefully saved, when e.g. the task is saved).
author: Ole Rahn author:
author: FH Osnabrück - University of Applied Sciences Osnabrück, author: Project: PIROL (2005), author: Subproject: Daten- und Wissensmanagement version: $Rev: 856 $ |
MetaDataMap | public MetaDataMap()(Code) | | constructor (needs to be parameterless in order for java2xml to be able to load it)
|
addMetaInformation | public void addMetaInformation(Object key, Object value)(Code) | | Adds a new meta information to the map
Parameters: key - the kind of information Parameters: value - the information itself |
clear | public void clear()(Code) | | |
containsValue | public boolean containsValue(Object value)(Code) | | |
getMetaData | public HashMap getMetaData()(Code) | | Gets all meta information in one map object
all stored meta information |
setMetaData | public void setMetaData(HashMap<Object, Object> metaData)(Code) | | Sets (overwrites) the stored meta information
Parameters: metaData - |
|
|