@Generated(value="OracleSDKGenerator", comments="API Version: 20190325") public enum RuleType extends Enum<RuleType> implements BmcEnum
Type of rule as described below. PRIMARYKEY - Primary key constraint defined in the source database. FOREIGNKEY - Foreign key constraint defined in the source database. UNIQUEKEY - Unique key constraint defined in the source database.
Enum Constant and Description |
---|
Foreignkey |
Primarykey |
Uniquekey |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this
version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static RuleType |
create(String key) |
String |
getValue() |
static RuleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuleType Primarykey
public static final RuleType Foreignkey
public static final RuleType Uniquekey
public static final RuleType UnknownEnumValue
public static RuleType[] values()
for (RuleType c : RuleType.values()) System.out.println(c);
public static RuleType 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–2024. All rights reserved.