public class BooleanEnumDefinition extends AbstractSimpleEnumDefinition<Boolean>
EnumDefinition for the type Boolean.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
UID for serialization.
|
| Constructor and Description |
|---|
BooleanEnumDefinition()
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Class<Boolean> |
getEnumType() |
List<Boolean> |
getEnumValues() |
getCategorygetFormatter, getKey, getValue, isCachable, isMutable, setFormatter, toStringprivate 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–2015 mmm-Team. All rights reserved.