org.modeshape.graph
Interface Graph.FromName<Next>

Type Parameters:
Next - The interface that is to be returned when this request is completed
All Known Subinterfaces:
Graph.RemoveValue<Next>
All Known Implementing Classes:
Graph.RemoveValueAction
Enclosing class:
Graph

public static interface Graph.FromName<Next>

A component that defines the name of a property from which a value should be removed.


Method Summary
 Next from(Name name)
           
 Next from(String name)
           
 

Method Detail

from

Next from(String name)

from

Next from(Name name)


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