public enum MappingFormat extends Enum<MappingFormat>
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getContentType() |
abstract String |
getEncoding(org.jetel.graph.Node node) |
String |
getEncodingField() |
protected Object |
getFieldValue(Object value,
Class fieldOwner,
String fieldName) |
abstract String |
getReaderType() |
abstract String |
getWriterType() |
boolean |
isFileBased() |
static MappingFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MappingFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MappingFormat CSV
public static final MappingFormat XML
public static final MappingFormat JAVA
public static final MappingFormat JSON
public static final MappingFormat MAP
public static final MappingFormat XLS
public static MappingFormat[] values()
for (MappingFormat c : MappingFormat.values()) System.out.println(c);
public static MappingFormat 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 abstract String getReaderType()
public abstract String getWriterType()
public abstract String getContentType()
public abstract String getEncoding(org.jetel.graph.Node node)
public String getEncodingField()
public boolean isFileBased()
Copyright © 2022. All rights reserved.