org.mycore.frontend.redundancy
Class MCRRedundancyDefaultMapGenerator.HelpGroup

java.lang.Object
  extended by org.mycore.frontend.redundancy.MCRRedundancyDefaultMapGenerator.HelpGroup
Enclosing class:
MCRRedundancyDefaultMapGenerator

protected class MCRRedundancyDefaultMapGenerator.HelpGroup
extends Object


Field Summary
protected  Map<String,String> conditionMap
           
protected  Element groupElement
           
 
Constructor Summary
MCRRedundancyDefaultMapGenerator.HelpGroup(Element groupElement, Map<String,String> conditionMap)
           
 
Method Summary
 Map<String,String> getConditionMap()
           
 Element getGroupElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

groupElement

protected Element groupElement

conditionMap

protected Map<String,String> conditionMap
Constructor Detail

MCRRedundancyDefaultMapGenerator.HelpGroup

public MCRRedundancyDefaultMapGenerator.HelpGroup(Element groupElement,
                                                  Map<String,String> conditionMap)
Method Detail

getConditionMap

public Map<String,String> getConditionMap()

getGroupElement

public Element getGroupElement()