public static enum SchemaValidationPolicy.AppliesToType extends Enum<SchemaValidationPolicy.AppliesToType>
| Modifier and Type | Method and Description |
|---|---|
static SchemaValidationPolicy.AppliesToType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaValidationPolicy.AppliesToType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchemaValidationPolicy.AppliesToType consumer
public static final SchemaValidationPolicy.AppliesToType provider
public static final SchemaValidationPolicy.AppliesToType always
public static final SchemaValidationPolicy.AppliesToType none
public static SchemaValidationPolicy.AppliesToType[] values()
for (SchemaValidationPolicy.AppliesToType c : SchemaValidationPolicy.AppliesToType.values()) System.out.println(c);
public static SchemaValidationPolicy.AppliesToType 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–2021 Talend Inc.. All rights reserved.