public static enum Embedded.OnEmpty extends Enum<Embedded.OnEmpty>
Embedded.onEmpty()
.Modifier and Type | Method and Description |
---|---|
static Embedded.OnEmpty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Embedded.OnEmpty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Embedded.OnEmpty USE_NULL
public static final Embedded.OnEmpty USE_EMPTY
public static Embedded.OnEmpty[] values()
for (Embedded.OnEmpty c : Embedded.OnEmpty.values()) System.out.println(c);
public static Embedded.OnEmpty 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 nullCopyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.