Interface IDataPrototypeProvider
- All Known Subinterfaces:
IPrototypeService
public interface IDataPrototypeProvider
Data prototypes provider.
- Version:
- $Revision$ $Date$
- Author:
- Stepan Roh, Polarion Software
-
Method Summary
Modifier and TypeMethodDescriptiongetDataPrototype
(String name) Return data prototype of given name.
-
Method Details
-
getDataPrototype
Return data prototype of given name.The method must return exactly the same instance for two calls with the same name!
- Parameters:
name
- prototype name- Returns:
- data prototype
- Throws:
IllegalArgumentException
- if name isnull
IllegalArgumentException
- if there is no such prototype
-