public enum FlowParserTypeEnum extends Enum<FlowParserTypeEnum>
| Enum Constant and Description |
|---|
TYPE_EL_JSON |
TYPE_EL_XML |
TYPE_EL_YML |
TYPE_JSON |
TYPE_XML |
TYPE_YML |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getType() |
void |
setName(String name) |
void |
setType(String type) |
static FlowParserTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlowParserTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlowParserTypeEnum TYPE_XML
public static final FlowParserTypeEnum TYPE_YML
public static final FlowParserTypeEnum TYPE_JSON
public static final FlowParserTypeEnum TYPE_EL_XML
public static final FlowParserTypeEnum TYPE_EL_JSON
public static final FlowParserTypeEnum TYPE_EL_YML
public static FlowParserTypeEnum[] values()
for (FlowParserTypeEnum c : FlowParserTypeEnum.values()) System.out.println(c);
public static FlowParserTypeEnum 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 getType()
public void setType(String type)
public String getName()
public void setName(String name)
Copyright © 2025. All rights reserved.