Uses of Class
org.keridwen.core.data.model.NodeState

Packages that use NodeState
org.keridwen.core.data.model   
org.keridwen.core.data.model.impl   
 

Uses of NodeState in org.keridwen.core.data.model
 

Methods in org.keridwen.core.data.model that return NodeState
 NodeState NodeInformation.getNodeState()
           
 NodeState Node.getNodeState()
          Gets the NodeState.
static NodeState NodeState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NodeState[] NodeState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.keridwen.core.data.model with parameters of type NodeState
 void NodeInformation.setNodeState(NodeState nodeState)
           
 void Node.setNodeState(NodeState stateToSet)
          Sets the Node state.
 

Constructors in org.keridwen.core.data.model with parameters of type NodeState
NodeInformation(NodeState stateToSet)
           
 

Uses of NodeState in org.keridwen.core.data.model.impl
 

Methods in org.keridwen.core.data.model.impl that return NodeState
 NodeState DefaultNode.getNodeState()
           
 

Methods in org.keridwen.core.data.model.impl with parameters of type NodeState
 void DefaultNode.setNodeState(NodeState stateToSet)
           
 



Copyright © 2010-2013 Artenum. All Rights Reserved.