Package org.openl.rules.dt.type.domains
Class EnumDomainCollector
- java.lang.Object
-
- org.openl.rules.dt.type.domains.EnumDomainCollector
-
- All Implemented Interfaces:
IDomainCollector
public class EnumDomainCollector extends Object implements IDomainCollector
-
-
Constructor Summary
Constructors Constructor Description EnumDomainCollector(String propertyToSearch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgatherDomains(Map<String,Object> methodProperties)IDomainAdaptorgetGatheredDomain()
-
-
-
Constructor Detail
-
EnumDomainCollector
public EnumDomainCollector(String propertyToSearch)
-
-
Method Detail
-
gatherDomains
public void gatherDomains(Map<String,Object> methodProperties)
- Specified by:
gatherDomainsin interfaceIDomainCollector
-
getGatheredDomain
public IDomainAdaptor getGatheredDomain()
- Specified by:
getGatheredDomainin interfaceIDomainCollector
-
-