Package groovy.model
Interface NestedValueModel
-
- All Known Implementing Classes:
ClosureModel
,PropertyModel
@Deprecated public interface NestedValueModel
Deprecated.Represents a nested value model such as a PropertyModel or a ClosureModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ValueModel
getSourceModel()
Deprecated.
-
-
-
Method Detail
-
getSourceModel
ValueModel getSourceModel()
Deprecated.
-
-