gdl.wizard
Class WizardValueManager
java.lang.Object
gdl.wizard.WizardValueManager
public class WizardValueManager
- extends java.lang.Object
A class that holds the user input during the configuration process in the source opening wizard.
- Author:
- Martin Suntinger
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WizardValueManager
public WizardValueManager()
getConnTypeAttribute
public java.lang.String getConnTypeAttribute()
- Returns:
- the attribute used for connections
setConnTypeAttribute
public void setConnTypeAttribute(java.lang.String connTypeAttribute)
- Parameters:
connTypeAttribute
- the attribute used for connections
getCrossRefTag
public java.lang.String getCrossRefTag()
- Returns:
- the tag that is used for cross references
setCrossRefTag
public void setCrossRefTag(java.lang.String crossRefTag)
- Parameters:
crossRefTag
- the tag that is used for cross references
getFileLocation
public java.lang.String getFileLocation()
- Returns:
- the location of the XML source file
setFileLocation
public void setFileLocation(java.lang.String fileLocation)
- Parameters:
fileLocation
- the location of the XML source file
getIdAttribute
public java.lang.String getIdAttribute()
- Returns:
- the attribute that is used as the unique node identifier
setIdAttribute
public void setIdAttribute(java.lang.String idAttribute)
- Parameters:
idAttribute
- the attribute that is used as the unique node identifier
getNodeTag
public java.lang.String getNodeTag()
- Returns:
- the tag that is used for nodes
setNodeTag
public void setNodeTag(java.lang.String nodeTag)
- Parameters:
nodeTag
- the tag that is used for nodes