@Generated(value="OracleSDKGenerator", comments="API Version: 20181201") public enum FormatEntryType extends Enum<FormatEntryType> implements BmcEnum
The type of the format entry.
Enum Constant and Description |
---|
DeleteRows |
DeterministicEncryption |
DeterministicEncryptionDate |
DeterministicSubstitution |
FixedNumber |
FixedString |
LibraryMaskingFormat |
NullValue |
PostProcessingFunction |
PreserveOriginalData |
RandomDate |
RandomDecimalNumber |
RandomDigits |
RandomList |
RandomNumber |
RandomString |
RandomSubstitution |
RegularExpression |
Shuffle |
SqlExpression |
Substring |
TruncateTable |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this
version of the SDK.
|
UserDefinedFunction |
Modifier and Type | Method and Description |
---|---|
static FormatEntryType |
create(String key) |
String |
getValue() |
static FormatEntryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormatEntryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FormatEntryType DeleteRows
public static final FormatEntryType DeterministicSubstitution
public static final FormatEntryType DeterministicEncryption
public static final FormatEntryType DeterministicEncryptionDate
public static final FormatEntryType FixedNumber
public static final FormatEntryType FixedString
public static final FormatEntryType LibraryMaskingFormat
public static final FormatEntryType NullValue
public static final FormatEntryType PostProcessingFunction
public static final FormatEntryType PreserveOriginalData
public static final FormatEntryType RandomDate
public static final FormatEntryType RandomDecimalNumber
public static final FormatEntryType RandomDigits
public static final FormatEntryType RandomList
public static final FormatEntryType RandomNumber
public static final FormatEntryType RandomString
public static final FormatEntryType RandomSubstitution
public static final FormatEntryType RegularExpression
public static final FormatEntryType Shuffle
public static final FormatEntryType SqlExpression
public static final FormatEntryType Substring
public static final FormatEntryType TruncateTable
public static final FormatEntryType UserDefinedFunction
public static final FormatEntryType UnknownEnumValue
public static FormatEntryType[] values()
for (FormatEntryType c : FormatEntryType.values()) System.out.println(c);
public static FormatEntryType 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 nullpublic static FormatEntryType create(String key)
Copyright © 2016–2023. All rights reserved.