com.ibm.dse.gui
Class NavigationParameters

java.lang.Object
  |
  +--com.ibm.dse.gui.NavigationParameters

public class NavigationParameters
extends java.lang.Object
implements java.io.Serializable

The NavigationParameters class is used by the DSECoordinationEvent to encapsulate its parameters.

See Also:
Serialized Form

Constructor Summary
NavigationParameters()
          This constructor creates a NavigationParameters object.
NavigationParameters(java.lang.String newContextUsed, int newNavigation, java.lang.String newOperationName, int newChainContext, java.lang.String newViewName, java.lang.String newViewSource, boolean newAssignContext, java.lang.String newOutputMapFormat, java.lang.String newInputMapFormat)
          This constructor creates a NavigationParameters object.
NavigationParameters(java.lang.String newContextUsed, int newNavigation, java.lang.String newOperationName, int newChainContext, java.lang.String newViewName, java.lang.String newViewSource, java.lang.String newOutputMapFormat, java.lang.String newInputMapFormat)
          This constructor creates a NavigationParameters object.
NavigationParameters(java.lang.String newLinkContextTo, int newNavigation, java.lang.String newOperationName, int newChainContext, java.lang.String newViewName, java.lang.String newViewSource, java.lang.String newOutputMapFormat, java.lang.String newInputMapFormat, java.lang.String newCloseMapFormat, java.lang.String newOpenMapFormat)
          This constructor creates a NavigationParameters object.
 
Method Summary
 DSECoordinationEvent generateCoordinationEvent(java.lang.String sourceType, java.lang.Object sourceEvent)
          Generates a DSECoordinationEvent with its values.
 int getChainContext()
          Gets the chainContext property (java.lang.String) value.
 java.lang.String getCloseMapFormat()
          Gets the CloseMapFormat name property (java.lang.String) value.
 java.lang.String getInputMapFormat()
          Gets the InputMapFormat name property (java.lang.String) value.
 java.lang.String getLinkContextTo()
          Gets the linkContextTo property (java.lang.String) value.
 int getNavigation()
          Gets the navigation property (int) value.
 java.lang.String getOpenMapFormat()
          Gets the OpenMapFormat name property (java.lang.String) value.
 java.lang.String getOperationName()
          Gets the operationName property (java.lang.String) value.
 java.lang.String getOutputMapFormat()
          Gets the OutputMapFormat name property (java.lang.String) value.
 java.lang.String getViewName()
          Gets the viewName property (java.lang.String) value.
 java.lang.String getViewSource()
          Gets the viewSource property (java.lang.String) value.
 void setChainContext(int newChainContext)
          Sets the chainContext name property (java.lang.String) value.
 void setCloseMapFormat(java.lang.String newCloseMapFormat)
          Sets the CloseMapFormat name property (java.lang.String) value.
 void setInputMapFormat(java.lang.String newInputMapFormat)
          Sets the InputMapFormat name property (java.lang.String) value.
 void setLinkContextTo(java.lang.String newContextUsed)
          Sets the linkContextTo property (java.lang.String) value.
 void setNavigation(int newNavigation)
          Sets the navigation property (int) value.
 void setOpenMapFormat(java.lang.String newOpenMapFormat)
          Sets the OpenMapFormat name property (java.lang.String) value.
 void setOperationName(java.lang.String newOperationName)
          Sets the operationName property (java.lang.String) value.
 void setOutputMapFormat(java.lang.String newOutputMapFormat)
          Sets the OutputMapFormat name property (java.lang.String) value.
 void setViewName(java.lang.String newViewName)
          Sets the viewName property (java.lang.String) value.
 void setViewSource(java.lang.String newViewSource)
          Sets the viewSource property (java.lang.String) value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigationParameters

public NavigationParameters()
This constructor creates a NavigationParameters object.

NavigationParameters

public NavigationParameters(java.lang.String newContextUsed,
                            int newNavigation,
                            java.lang.String newOperationName,
                            int newChainContext,
                            java.lang.String newViewName,
                            java.lang.String newViewSource,
                            java.lang.String newOutputMapFormat,
                            java.lang.String newInputMapFormat)
This constructor creates a NavigationParameters object.
Parameters:
java.lang.String - newContextUsed, ContextUsed property
int - newNavigation, Navigation property
java.lang.String - newOperationName, OperationName property
int - newChainContext, ChainContext property
java.lang.String - newViewName, viewName property
java.lang.String - newViewSource, viewSource property
java.lang.String - newOutputMapFormat, OutputMapFormat property
java.lang.String - newInputMapFormat, InputMapFormat property

NavigationParameters

public NavigationParameters(java.lang.String newLinkContextTo,
                            int newNavigation,
                            java.lang.String newOperationName,
                            int newChainContext,
                            java.lang.String newViewName,
                            java.lang.String newViewSource,
                            java.lang.String newOutputMapFormat,
                            java.lang.String newInputMapFormat,
                            java.lang.String newCloseMapFormat,
                            java.lang.String newOpenMapFormat)
This constructor creates a NavigationParameters object.
Parameters:
java.lang.String - newLinkContextTo, LinkContextTo property
int - newNavigation, Navigation property
java.lang.String - newOperationName, OperationName property
int - newChainContext, ChainContext property
java.lang.String - newViewName, viewName property
java.lang.String - newViewSource, viewSource property
java.lang.String - newOutputMapFormat, OutputMapFormat property
java.lang.String - newInputMapFormat, InputMapFormat property
java.lang.String - newCloseMapFormat, CloseMapFormat property
java.lang.String - newOpenMapFormat, OpenMapFormat property

NavigationParameters

public NavigationParameters(java.lang.String newContextUsed,
                            int newNavigation,
                            java.lang.String newOperationName,
                            int newChainContext,
                            java.lang.String newViewName,
                            java.lang.String newViewSource,
                            boolean newAssignContext,
                            java.lang.String newOutputMapFormat,
                            java.lang.String newInputMapFormat)
This constructor creates a NavigationParameters object.
Parameters:
java.lang.String - newContextUsed, ContextUsed property
int - newNavigation, Navigation property
java.lang.String - newOperationName, OperationName property
int - newChainContext, ChainContext property
java.lang.String - newViewName, viewName property
java.lang.String - newViewSource, viewSource property
boolean - newAssignContext, AssignContext property
java.lang.String - newOutputMapFormat, OutputMapFormat property
java.lang.String - newInputMapFormat, InputMapFormat property
Method Detail

generateCoordinationEvent

public DSECoordinationEvent generateCoordinationEvent(java.lang.String sourceType,
                                                      java.lang.Object sourceEvent)
Generates a DSECoordinationEvent with its values.
Parameters:
String - sourceType, Source type event for DSECoordination Event
Object - sourceEvent, the event source
Returns:
DSECoordinationEvent - The DSECoordination Event

getChainContext

public int getChainContext()
Gets the chainContext property (java.lang.String) value.
Returns:
int - The chainContext property value.

getCloseMapFormat

public java.lang.String getCloseMapFormat()
Gets the CloseMapFormat name property (java.lang.String) value.
Returns:
String - The CloseMapFormat name property value.

getInputMapFormat

public java.lang.String getInputMapFormat()
Gets the InputMapFormat name property (java.lang.String) value.
Returns:
String - The InputMapFormat name property value.

getLinkContextTo

public java.lang.String getLinkContextTo()
Gets the linkContextTo property (java.lang.String) value.
Returns:
String - The linkContextTo property value.

getNavigation

public int getNavigation()
Gets the navigation property (int) value.
Returns:
int - The navigation property value.

getOpenMapFormat

public java.lang.String getOpenMapFormat()
Gets the OpenMapFormat name property (java.lang.String) value.
Returns:
String - The OpenMapFormat name property value.

getOperationName

public java.lang.String getOperationName()
Gets the operationName property (java.lang.String) value.
Returns:
String - The operationName property value.

getOutputMapFormat

public java.lang.String getOutputMapFormat()
Gets the OutputMapFormat name property (java.lang.String) value.
Returns:
String - The OutputMapFormat name property value.

getViewName

public java.lang.String getViewName()
Gets the viewName property (java.lang.String) value.
Returns:
String - The viewName property value.

getViewSource

public java.lang.String getViewSource()
Gets the viewSource property (java.lang.String) value.
Returns:
String - The viewSource property value.

setChainContext

public void setChainContext(int newChainContext)
Sets the chainContext name property (java.lang.String) value.
Parameters:
newChainContext - int, the new value for the property.

setCloseMapFormat

public void setCloseMapFormat(java.lang.String newCloseMapFormat)
Sets the CloseMapFormat name property (java.lang.String) value.
Parameters:
newCloseMapFormat - String, the new value for the property.

setInputMapFormat

public void setInputMapFormat(java.lang.String newInputMapFormat)
Sets the InputMapFormat name property (java.lang.String) value.
Parameters:
newInputMapFormat - String, the new value for the property.

setLinkContextTo

public void setLinkContextTo(java.lang.String newContextUsed)
Sets the linkContextTo property (java.lang.String) value.
Parameters:
newContextUsed - String, the new value for the property.

setNavigation

public void setNavigation(int newNavigation)
Sets the navigation property (int) value.
Parameters:
int - Navigation, the new value for the property.

setOpenMapFormat

public void setOpenMapFormat(java.lang.String newOpenMapFormat)
Sets the OpenMapFormat name property (java.lang.String) value.
Parameters:
newOpenMapFormat - String, the new value for the property.

setOperationName

public void setOperationName(java.lang.String newOperationName)
Sets the operationName property (java.lang.String) value.
Parameters:
operationName - String, the new value for the property.

setOutputMapFormat

public void setOutputMapFormat(java.lang.String newOutputMapFormat)
Sets the OutputMapFormat name property (java.lang.String) value.
Parameters:
newOutputMapFormat - String, the new value for the property.

setViewName

public void setViewName(java.lang.String newViewName)
Sets the viewName property (java.lang.String) value.
Parameters:
viewName - String, the new value for the property.

setViewSource

public void setViewSource(java.lang.String newViewSource)
Sets the viewSource property (java.lang.String) value.
Parameters:
viewSource - String, the new value for the property.