| Package | Description |
|---|---|
| net.sf.mmm.util.lang.api |
Provides the API for utilities of general purpose.
|
| net.sf.mmm.util.lang.base |
Contains the basic implementation of the Util Lang API.
|
| Modifier and Type | Method and Description |
|---|---|
<CATEGORY,ENUM extends EnumTypeWithCategory<?,CATEGORY>> |
EnumProvider.getEnumDefinitionWithCategory(Class<? extends ENUM> enumType)
This method gets the
EnumDefinition with the given enumType. |
<CATEGORY,ENUM extends EnumTypeWithCategory<?,CATEGORY>> |
EnumProvider.getEnumValues(EnumDefinition<ENUM,CATEGORY> enumDefinition,
CATEGORY... categories)
|
| Modifier and Type | Method and Description |
|---|---|
<CATEGORY,ENUM extends EnumTypeWithCategory<?,CATEGORY>> |
AbstractEnumProvider.getEnumDefinitionWithCategory(Class<? extends ENUM> enumType)
This method gets the
EnumDefinition with the given enumType. |
<CATEGORY,ENUM extends EnumTypeWithCategory<?,CATEGORY>> |
AbstractEnumProvider.getEnumValues(EnumDefinition<ENUM,CATEGORY> enumDefinition,
CATEGORY... categories)
|
Copyright © 2001–2015 mmm-Team. All rights reserved.