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

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

public static interface Graph.ToName<Next>

A component that defines the name of a property to which a value should be added.


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

Method Detail

to

Next to(String name)

to

Next to(Name name)


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