public static enum Run.ColumnKind extends Enum<Run.ColumnKind>
| Enum Constant and Description |
|---|
UNICODE_CODE_POINTS |
UTF_16_CODE_UNITS |
| Modifier and Type | Method and Description |
|---|---|
static Run.ColumnKind |
fromValue(String value) |
String |
toString() |
String |
value() |
static Run.ColumnKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Run.ColumnKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Run.ColumnKind UTF_16_CODE_UNITS
public static final Run.ColumnKind UNICODE_CODE_POINTS
public static Run.ColumnKind[] values()
for (Run.ColumnKind c : Run.ColumnKind.values()) System.out.println(c);
public static Run.ColumnKind 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 toString()
toString in class Enum<Run.ColumnKind>public String value()
public static Run.ColumnKind fromValue(String value)
Copyright © 2020 Contrast Security. All rights reserved.