public static enum ParametersGettingVersionDto.ParsingTypeEnum extends Enum<ParametersGettingVersionDto.ParsingTypeEnum>
| Modifier and Type | Method and Description |
|---|---|
static ParametersGettingVersionDto.ParsingTypeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static ParametersGettingVersionDto.ParsingTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParametersGettingVersionDto.ParsingTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParametersGettingVersionDto.ParsingTypeEnum JSONPATH
public static final ParametersGettingVersionDto.ParsingTypeEnum NONE
public static final ParametersGettingVersionDto.ParsingTypeEnum REGEXP
public static ParametersGettingVersionDto.ParsingTypeEnum[] values()
for (ParametersGettingVersionDto.ParsingTypeEnum c : ParametersGettingVersionDto.ParsingTypeEnum.values()) System.out.println(c);
public static ParametersGettingVersionDto.ParsingTypeEnum 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 String getValue()
public String toString()
toString in class Enum<ParametersGettingVersionDto.ParsingTypeEnum>public static ParametersGettingVersionDto.ParsingTypeEnum fromValue(String value)
Copyright © 2025. All rights reserved.