Class MetaDataMap
java.lang.Object
org.openjump.util.metaData.MetaDataMap
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).
- Version:
- $Rev: 2434 $
- Author:
- Ole Rahn
FH Osnabrück - University of Applied Sciences Osnabrück,
Project: PIROL (2005),
Subproject: Daten- und Wissensmanagement
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionconstructor (needs to be parameterless in order for java2xml to be able to load it) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddMetaInformation(Object key, Object value) Adds a new meta information to the mapvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) Gets all meta information in one map objectkeySet()voidvoidsetMetaData(HashMap<Object, Object> metaData) Sets (overwrites) the stored meta information
-
Field Details
-
metaData
-
-
Constructor Details
-
MetaDataMap
public MetaDataMap()constructor (needs to be parameterless in order for java2xml to be able to load it)
-
-
Method Details
-
addMetaInformation
-
getMetaData
Gets all meta information in one map object- Returns:
- all stored meta information
-
setMetaData
-
clear
public void clear() -
containsKey
-
containsValue
-
keySet
-
remove
-
get
-
putAll
-