public static enum DataHighwaySchemaValidator.UnionRule extends Enum<DataHighwaySchemaValidator.UnionRule>
| Enum Constant and Description |
|---|
ALLOW_NON_NULLABLE_UNIONS |
DISALLOW_NON_NULLABLE_UNIONS |
| Modifier and Type | Method and Description |
|---|---|
static DataHighwaySchemaValidator.UnionRule |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataHighwaySchemaValidator.UnionRule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataHighwaySchemaValidator.UnionRule ALLOW_NON_NULLABLE_UNIONS
public static final DataHighwaySchemaValidator.UnionRule DISALLOW_NON_NULLABLE_UNIONS
public static DataHighwaySchemaValidator.UnionRule[] values()
for (DataHighwaySchemaValidator.UnionRule c : DataHighwaySchemaValidator.UnionRule.values()) System.out.println(c);
public static DataHighwaySchemaValidator.UnionRule 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 © 2016–2020 Hotels.com (Data Platform Team). All rights reserved.