org.modeshape.repository
Class ModeShapeConfiguration.BaseReturnable<ReturnType>

java.lang.Object
  extended by org.modeshape.repository.ModeShapeConfiguration.BaseReturnable<ReturnType>
All Implemented Interfaces:
ModeShapeConfiguration.Returnable<ReturnType>
Direct Known Subclasses:
ModeShapeConfiguration.GraphReturnable
Enclosing class:
ModeShapeConfiguration

protected static class ModeShapeConfiguration.BaseReturnable<ReturnType>
extends Object
implements ModeShapeConfiguration.Returnable<ReturnType>


Field Summary
protected  ReturnType returnObject
           
 
Constructor Summary
protected ModeShapeConfiguration.BaseReturnable(ReturnType returnObject)
           
 
Method Summary
 ReturnType and()
          Return the configuration component.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

returnObject

protected final ReturnType returnObject
Constructor Detail

ModeShapeConfiguration.BaseReturnable

protected ModeShapeConfiguration.BaseReturnable(ReturnType returnObject)
Method Detail

and

public ReturnType and()
Return the configuration component.

Specified by:
and in interface ModeShapeConfiguration.Returnable<ReturnType>
Returns:
the configuration component; never null
See Also:
ModeShapeConfiguration.Returnable.and()


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