Package groovy.model
Interface NestedValueModel
- 
- All Known Implementing Classes:
- ClosureModel,- PropertyModel
 
 public interface NestedValueModelRepresents a nested value model such as a PropertyModel or a ClosureModel
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ValueModelgetSourceModel()
 
- 
- 
- 
Method Detail- 
getSourceModelValueModel getSourceModel() 
 
- 
 
-