Uses of Interface
org.faktorips.runtime.IEnumValueLookupService
-
Packages that use IEnumValueLookupService Package Description org.faktorips.runtime org.faktorips.runtime.internal -
-
Uses of IEnumValueLookupService in org.faktorips.runtime
Methods in org.faktorips.runtime that return IEnumValueLookupService Modifier and Type Method Description <T> IEnumValueLookupService<T>IRuntimeRepository. getEnumValueLookupService(java.lang.Class<T> enumClazz)Returns the lookup service for the given enumeration type.Methods in org.faktorips.runtime with parameters of type IEnumValueLookupService Modifier and Type Method Description voidIRuntimeRepository. 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 IEnumValueLookupService Modifier and Type Method Description <T> IEnumValueLookupService<T>AbstractRuntimeRepository. getEnumValueLookupService(java.lang.Class<T> enumClazz)Methods in org.faktorips.runtime.internal with parameters of type IEnumValueLookupService Modifier and Type Method Description voidAbstractRuntimeRepository. addEnumValueLookupService(IEnumValueLookupService<?> lookup)voidAbstractRuntimeRepository. removeEnumValueLookupService(IEnumValueLookupService<?> lookup)
-