| java.lang.Object de.fho.jump.pirol.utilities.metaData.Attribute2UnitMap
Attribute2UnitMap | public class Attribute2UnitMap (Code) | | Meta information object to store the units for the attributes in a layer.
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 $ |
KEY_ATTRIBUTE2UNIT | final protected static String KEY_ATTRIBUTE2UNIT(Code) | | key to be used in the meta information map
|
useHTMLLineBreaks | protected boolean useHTMLLineBreaks(Code) | | |
clear | public void clear()(Code) | | |
containsAttribute | public boolean containsAttribute(String attributeName)(Code) | | |
containsUnit | public boolean containsUnit(String unitString)(Code) | | |
getAttribute2unit | public HashMap getAttribute2unit()(Code) | | for java2xml
attribute2unit map |
isUseHTMLLineBreaks | public boolean isUseHTMLLineBreaks()(Code) | | tells you if @link{Attribute2UnitMap#toString()} uses <br> or just backslash+n to begin a new line.
value of useHTMLLineBreaks |
setAttribute2unit | public void setAttribute2unit(HashMap<String, String> attribute2unit)(Code) | | for java2xml
Parameters: attribute2unit - map |
setUseHTMLLineBreaks | public void setUseHTMLLineBreaks(boolean useHTMLLineBreaks)(Code) | | Controlls if @link{Attribute2UnitMap#toString()} uses <br> or just backslash+n to begin a new line.
|
|
|