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