@Generated public enum DisableSchemaName extends Enum<DisableSchemaName>
| Enum Constant and Description |
|---|
ACCESS |
BILLING |
LINEAGE |
OPERATIONAL_DATA |
| Modifier and Type | Method and Description |
|---|---|
static DisableSchemaName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DisableSchemaName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DisableSchemaName ACCESS
public static final DisableSchemaName BILLING
public static final DisableSchemaName LINEAGE
public static final DisableSchemaName OPERATIONAL_DATA
public static DisableSchemaName[] values()
for (DisableSchemaName c : DisableSchemaName.values()) System.out.println(c);
public static DisableSchemaName 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 © 2024. All rights reserved.