public enum ApikitParserMode extends Enum<ApikitParserMode>
| Modifier and Type | Method and Description |
|---|---|
org.mule.parser.service.ParserMode |
get() |
static ApikitParserMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApikitParserMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApikitParserMode AUTO
public static final ApikitParserMode AMF
public static final ApikitParserMode RAML
public static ApikitParserMode[] values()
for (ApikitParserMode c : ApikitParserMode.values()) System.out.println(c);
public static ApikitParserMode 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 org.mule.parser.service.ParserMode get()
Copyright © 2025. All rights reserved.