public static enum JythonScriptProperties.Delimiter extends Enum<JythonScriptProperties.Delimiter>
| Modifier and Type | Method and Description |
|---|---|
String |
value() |
static JythonScriptProperties.Delimiter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JythonScriptProperties.Delimiter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JythonScriptProperties.Delimiter COMMA
public static final JythonScriptProperties.Delimiter SPACE
public static final JythonScriptProperties.Delimiter TAB
public static final JythonScriptProperties.Delimiter NEWLINE
public static JythonScriptProperties.Delimiter[] values()
for (JythonScriptProperties.Delimiter c : JythonScriptProperties.Delimiter.values()) System.out.println(c);
public static JythonScriptProperties.Delimiter 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 © 2019 Pivotal Software, Inc.. All rights reserved.