public static enum CsvDfdlSchemaGenerator.Options extends Enum<CsvDfdlSchemaGenerator.Options>
Modifier and Type | Method and Description |
---|---|
String |
value() |
static CsvDfdlSchemaGenerator.Options |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CsvDfdlSchemaGenerator.Options[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CsvDfdlSchemaGenerator.Options HEADER
public static final CsvDfdlSchemaGenerator.Options EXAMPLE
public static final CsvDfdlSchemaGenerator.Options DELIMITER
public static CsvDfdlSchemaGenerator.Options[] values()
for (CsvDfdlSchemaGenerator.Options c : CsvDfdlSchemaGenerator.Options.values()) System.out.println(c);
public static CsvDfdlSchemaGenerator.Options 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 value()
Copyright © 2021 JBoss by Red Hat. All rights reserved.