Enum DependentParser.ParserType
- java.lang.Object
-
- java.lang.Enum<DependentParser.ParserType>
-
- com.oracle.bmc.loganalytics.model.DependentParser.ParserType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<DependentParser.ParserType>
- Enclosing class:
- DependentParser
public static enum DependentParser.ParserType extends Enum<DependentParser.ParserType> implements BmcEnum
The parser type
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DependentParser.ParserType
create(String key)
String
getValue()
static DependentParser.ParserType
valueOf(String name)
Returns the enum constant of this type with the specified name.static DependentParser.ParserType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Xml
public static final DependentParser.ParserType Xml
-
Json
public static final DependentParser.ParserType Json
-
Regex
public static final DependentParser.ParserType Regex
-
Odl
public static final DependentParser.ParserType Odl
-
Delimited
public static final DependentParser.ParserType Delimited
-
UnknownEnumValue
public static final DependentParser.ParserType UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static DependentParser.ParserType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (DependentParser.ParserType c : DependentParser.ParserType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DependentParser.ParserType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static DependentParser.ParserType create(String key)
-
-