public class BooleanEnumDefinition extends AbstractSimpleEnumDefinition<Boolean>
EnumDefinition
for the type Boolean
.Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
BooleanEnumDefinition()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
Class<Boolean> |
getEnumType() |
List<Boolean> |
getEnumValues() |
getCategory
getFormatter, getKey, getValue, isCachable, isMutable, setFormatter, toString
private static final long serialVersionUID
public List<Boolean> getEnumValues()
getEnumValues
in class AbstractSimpleEnumDefinition<Boolean>
List
of the enum values
or null
if the values are NOT
static and have to be loaded asynchronous via EnumProvider
.public Class<Boolean> getEnumType()
EnumType
of this EnumDefinition
.Copyright © 2001–2016 mmm-Team. All rights reserved.