Uses of Interface
org.faktorips.runtime.IEnumValueLookupService

Packages that use IEnumValueLookupService
org.faktorips.runtime   
org.faktorips.runtime.internal   
 

Uses of IEnumValueLookupService in org.faktorips.runtime
 

Methods in org.faktorips.runtime that return IEnumValueLookupService
<T> IEnumValueLookupService<T>
IRuntimeRepository.getEnumValueLookupService(Class<T> enumClazz)
          Returns the lookup service for the given enumeration type.
 

Methods in org.faktorips.runtime with parameters of type IEnumValueLookupService
 void IRuntimeRepository.addEnumValueLookupService(IEnumValueLookupService<?> lookupService)
          Adds the service to lookup enumeration values for the enumeration type specified by getEnumTypeClass().
 void IRuntimeRepository.removeEnumValueLookupService(IEnumValueLookupService<?> lookupService)
          Removes the lookup service registered for the given enumeration type.
 

Uses of IEnumValueLookupService in org.faktorips.runtime.internal
 

Methods in org.faktorips.runtime.internal that return IEnumValueLookupService
<T> IEnumValueLookupService<T>
AbstractRuntimeRepository.getEnumValueLookupService(Class<T> enumClazz)
           
 

Methods in org.faktorips.runtime.internal with parameters of type IEnumValueLookupService
 void AbstractRuntimeRepository.addEnumValueLookupService(IEnumValueLookupService<?> lookup)
           
 void AbstractRuntimeRepository.removeEnumValueLookupService(IEnumValueLookupService<?> lookup)
           
 



Copyright © 2015. All rights reserved.