Interface IEnumFactory
- All Known Subinterfaces:
IConfigurableEnumFactory
,IEnumObjectFactory
- All Known Implementing Classes:
AbstractObjectEnumFactory
,TypedEnumerationFactory
public interface IEnumFactory
The factory service to produce context dependend
IEnumeration
- Author:
- POLARION SOFTWARE
-
Method Summary
Modifier and TypeMethodDescriptiongetEnumeration
(String enumId, IContextId contextId) ReturnsIEnumeration
which specific for given context and enumeration id
-
Method Details
-
getEnumeration
ReturnsIEnumeration
which specific for given context and enumeration id- Parameters:
enumId
- - enumeration idcontextId
- - the factory context- Returns:
- configured
IEnumeration
for given enumeration id and context
-