gdl.wizard
Class WizardValueManager

java.lang.Object
  extended by 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

Constructor Summary
WizardValueManager()
           
 
Method Summary
 java.lang.String getConnTypeAttribute()
           
 java.lang.String getCrossRefTag()
           
 java.lang.String getFileLocation()
           
 java.lang.String getIdAttribute()
           
 java.lang.String getNodeTag()
           
 void setConnTypeAttribute(java.lang.String connTypeAttribute)
           
 void setCrossRefTag(java.lang.String crossRefTag)
           
 void setFileLocation(java.lang.String fileLocation)
           
 void setIdAttribute(java.lang.String idAttribute)
           
 void setNodeTag(java.lang.String nodeTag)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WizardValueManager

public WizardValueManager()
Method Detail

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