org.jboss.dna.graph
Interface Graph.RemoveValue<Next>

Type Parameters:
Next - The interface that is to be returned when the request is completed
All Superinterfaces:
Graph.FromName<Graph.On<Next>>
All Known Implementing Classes:
Graph.RemoveValueAction
Enclosing class:
Graph

public static interface Graph.RemoveValue<Next>
extends Graph.FromName<Graph.On<Next>>

The interface for defining the node on which an Graph.removeValue(Object) operation applies and what additional values (if any) should be removed.


Method Summary
 Graph.RemoveValue<Next> andValue(Object value)
          Specifies an additional value to be removed
 
Methods inherited from interface org.jboss.dna.graph.Graph.FromName
from, from
 

Method Detail

andValue

Graph.RemoveValue<Next> andValue(Object value)
Specifies an additional value to be removed

Parameters:
value - the value to be removed
Returns:
an object that allows additional values to be specified for removal or for their location to be specified


Copyright © 2008-2009 JBoss, a division of Red Hat. All Rights Reserved.