|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
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 | ||
|---|---|---|
|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||