public enum AliasPatternType extends Enum<AliasPatternType>
| Enum Constant and Description |
|---|
EXTRACT
Enum value Extract.
|
NOT_SPECIFIED
Enum value NotSpecified.
|
| Modifier and Type | Method and Description |
|---|---|
static AliasPatternType |
fromString(String value)
Parses a serialized value to a AliasPatternType instance.
|
String |
toString() |
static AliasPatternType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AliasPatternType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AliasPatternType NOT_SPECIFIED
public static final AliasPatternType EXTRACT
public static AliasPatternType[] values()
public static AliasPatternType 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 AliasPatternType fromString(String value)
value - the serialized value to parse.public String toString()
toString in class Enum<AliasPatternType>Copyright © 2021 Microsoft Corporation. All rights reserved.