public final class Enabled extends ExpandableStringEnum<Enabled>
Modifier and Type | Field and Description |
---|---|
static Enabled |
FALSE
Static value false for Enabled.
|
static Enabled |
TRUE
Static value true for Enabled.
|
Constructor and Description |
---|
Enabled() |
Modifier and Type | Method and Description |
---|---|
static Enabled |
fromString(String name)
Creates or finds a Enabled from its string representation.
|
static Collection<Enabled> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final Enabled TRUE
public static final Enabled FALSE
public static Enabled fromString(String name)
name
- a name to look forpublic static Collection<Enabled> values()
Copyright © 2019. All rights reserved.