Uses of Interface
org.faktorips.runtime.IEnumValueLookupService
Packages that use IEnumValueLookupService
-
Uses of IEnumValueLookupService in org.faktorips.runtime
Methods in org.faktorips.runtime that return IEnumValueLookupServiceModifier and TypeMethodDescription<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 IEnumValueLookupServiceModifier and TypeMethodDescriptionvoidIRuntimeRepository.addEnumValueLookupService(IEnumValueLookupService<?> lookupService) Adds the service to lookup enumeration values for the enumeration type specified bygetEnumTypeClass().voidIRuntimeRepository.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 IEnumValueLookupServiceModifier and TypeMethodDescription<T> IEnumValueLookupService<T>AbstractRuntimeRepository.getEnumValueLookupService(Class<T> enumClazz) Methods in org.faktorips.runtime.internal with parameters of type IEnumValueLookupServiceModifier and TypeMethodDescriptionvoidAbstractRuntimeRepository.addEnumValueLookupService(IEnumValueLookupService<?> lookup) voidAbstractRuntimeRepository.removeEnumValueLookupService(IEnumValueLookupService<?> lookup)