public static enum TableParserSpecificationBean.ValueNecessity extends Enum<TableParserSpecificationBean.ValueNecessity>
| Enum Constant and Description |
|---|
OPTIONAL |
PROHIBITED |
REQUIRED |
| Modifier and Type | Method and Description |
|---|---|
static TableParserSpecificationBean.ValueNecessity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableParserSpecificationBean.ValueNecessity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableParserSpecificationBean.ValueNecessity REQUIRED
public static final TableParserSpecificationBean.ValueNecessity OPTIONAL
public static final TableParserSpecificationBean.ValueNecessity PROHIBITED
public static TableParserSpecificationBean.ValueNecessity[] values()
for (TableParserSpecificationBean.ValueNecessity c : TableParserSpecificationBean.ValueNecessity.values()) System.out.println(c);
public static TableParserSpecificationBean.ValueNecessity 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 © 2004–2019 OpenL Tablets. All rights reserved.