Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
static TypedNamePatternRule.RuleType |
TypedNamePatternRule.RuleType.create(String key) |
TypedNamePatternRule.RuleType |
TypedNamePatternRule.getRuleType()
The rule type.
|
static TypedNamePatternRule.RuleType |
TypedNamePatternRule.RuleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypedNamePatternRule.RuleType[] |
TypedNamePatternRule.RuleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TypedNamePatternRule.Builder |
TypedNamePatternRule.Builder.ruleType(TypedNamePatternRule.RuleType ruleType)
The rule type.
|
Constructor and Description |
---|
TypedNamePatternRule(String key,
String modelVersion,
ParentReference parentRef,
Boolean isJavaRegexSyntax,
ConfigValues configValues,
Integer objectStatus,
String description,
List<Object> types,
Boolean isSkipRemainingRulesOnMatch,
Object scope,
Boolean isCascade,
TypedNamePatternRule.MatchingStrategy matchingStrategy,
Boolean isCaseSensitive,
TypedNamePatternRule.RuleType ruleType,
String pattern,
List<String> names)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.