V - is the generic type of the value.CATEGORY - is the generic type of the category.public interface EnumTypeWithCategory<V,CATEGORY> extends SimpleDatatype<V>
| Modifier and Type | Method and Description |
|---|---|
CATEGORY |
getCategory()
This method gets the
EnumType of the category of this enum instance. |
getValueCATEGORY getCategory()
EnumType of the category of this enum instance. The category typically
expresses a belongs to relationship. EnumType that has another EnumType called
country as category. Further, a city could be another EnumType that has
state as category.ID of the EnumType that represents the
category of this instance.EnumDefinition.getCategory()Copyright © 2001–2015 mmm-Team. All rights reserved.