public static enum StringFormatExtractionFn.NullHandling extends Enum<StringFormatExtractionFn.NullHandling>
Enum Constant and Description |
---|
EMPTYSTRING |
NULLSTRING |
RETURNNULL |
Modifier and Type | Method and Description |
---|---|
static StringFormatExtractionFn.NullHandling |
forValue(String value) |
String |
toValue() |
static StringFormatExtractionFn.NullHandling |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StringFormatExtractionFn.NullHandling[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StringFormatExtractionFn.NullHandling NULLSTRING
public static final StringFormatExtractionFn.NullHandling EMPTYSTRING
public static final StringFormatExtractionFn.NullHandling RETURNNULL
public static StringFormatExtractionFn.NullHandling[] values()
for (StringFormatExtractionFn.NullHandling c : StringFormatExtractionFn.NullHandling.values()) System.out.println(c);
public static StringFormatExtractionFn.NullHandling 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 StringFormatExtractionFn.NullHandling forValue(String value)
public String toValue()
Copyright © 2011–2017. All rights reserved.