| Package | Description |
|---|---|
| org.faktorips.runtime | |
| org.faktorips.runtime.internal |
| Modifier and Type | Method and Description |
|---|---|
<T> IEnumValueLookupService<T> |
IRuntimeRepository.getEnumValueLookupService(Class<T> enumClazz)
Returns the lookup service for the given enumeration type.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
<T> IEnumValueLookupService<T> |
AbstractRuntimeRepository.getEnumValueLookupService(Class<T> enumClazz) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRuntimeRepository.addEnumValueLookupService(IEnumValueLookupService<?> lookup) |
void |
AbstractRuntimeRepository.removeEnumValueLookupService(IEnumValueLookupService<?> lookup) |
Copyright © 2017. All rights reserved.