org.jboss.dna.repository
Interface DnaConfiguration.HasName

All Known Subinterfaces:
DnaConfiguration.RepositorySourceDefinition<ReturnType>
Enclosing class:
DnaConfiguration

public static interface DnaConfiguration.HasName

Interface for a component that has a name.


Method Summary
 String getName()
          Get the name.
 

Method Detail

getName

String getName()
Get the name.

Returns:
the name; never null


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