public static enum ValueOptionPropertyAdapter.NullStyle extends Enum<ValueOptionPropertyAdapter.NullStyle>
null
properties.Enum Constant and Description |
---|
ABSENT
Skip
null properties. |
VALUE
Places explicit
null symbol. |
Modifier and Type | Method and Description |
---|---|
static ValueOptionPropertyAdapter.NullStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueOptionPropertyAdapter.NullStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValueOptionPropertyAdapter.NullStyle VALUE
null
symbol.public static final ValueOptionPropertyAdapter.NullStyle ABSENT
null
properties.public static ValueOptionPropertyAdapter.NullStyle[] values()
for (ValueOptionPropertyAdapter.NullStyle c : ValueOptionPropertyAdapter.NullStyle.values()) System.out.println(c);
public static ValueOptionPropertyAdapter.NullStyle 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 © 2011–2019 Asakusa Framework Team. All rights reserved.