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