public static enum BooleanEditor.Value extends Enum<BooleanEditor.Value>
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBooleanValue() |
String |
getDefaultLibelle() |
static BooleanEditor.Value |
valueOf(Boolean value) |
static BooleanEditor.Value |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BooleanEditor.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BooleanEditor.Value NULL
public static final BooleanEditor.Value FALSE
public static final BooleanEditor.Value TRUE
public static BooleanEditor.Value[] values()
for (BooleanEditor.Value c : BooleanEditor.Value.values()) System.out.println(c);
public static BooleanEditor.Value valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static BooleanEditor.Value valueOf(Boolean value)
public Boolean getBooleanValue()
public String getDefaultLibelle()
Copyright © 2008–2021 Ultreia.io. All rights reserved.