com.ibm.mashups.enabler.model.state
Interface NavigationStateNode

All Superinterfaces:
com.ibm.mashups.enabler.Identifiable

public NavigationStateNode
extends com.ibm.mashups.enabler.Identifiable

Interface representing a NavigationStateNode.


Method Summary
 Object get()
           Returns the value of this NavigationNode
 void set(Object value)
           Sets the value of navigation state node
 

Method Detail

get

Object get()
Returns the value of this NavigationNode

Returns:
The value of the navigation node

set

void set(Object value)
Sets the value of navigation state node

Parameters:
value - The value of the navigation state node


Copyright IBM Corp. 2010 All Rights Reserved.