@PublicApi public enum EmptyValues extends Enum<EmptyValues>
Enum Constant and Description |
---|
IGNORE |
REMOVE |
USE_DEFAULT |
Modifier and Type | Method and Description |
---|---|
static EmptyValues |
from(int inputType) |
int |
getDbValue() |
static EmptyValues |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmptyValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmptyValues USE_DEFAULT
public static final EmptyValues IGNORE
public static final EmptyValues REMOVE
public static EmptyValues[] values()
for (EmptyValues c : EmptyValues.values()) System.out.println(c);
public static EmptyValues 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 EmptyValues from(int inputType) throws ValidationInsightSystemException
ValidationInsightSystemException
public int getDbValue()
Copyright © 2023 Atlassian. All rights reserved.