public static enum TableViewPropertiesTableOptions.WrappingEnum extends Enum<TableViewPropertiesTableOptions.WrappingEnum>
Modifier and Type | Class and Description |
---|---|
static class |
TableViewPropertiesTableOptions.WrappingEnum.Adapter |
Enum Constant and Description |
---|
SINGLE_LINE |
TRUNCATE |
WRAP |
Modifier and Type | Method and Description |
---|---|
static TableViewPropertiesTableOptions.WrappingEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static TableViewPropertiesTableOptions.WrappingEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableViewPropertiesTableOptions.WrappingEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableViewPropertiesTableOptions.WrappingEnum TRUNCATE
public static final TableViewPropertiesTableOptions.WrappingEnum WRAP
public static final TableViewPropertiesTableOptions.WrappingEnum SINGLE_LINE
public static TableViewPropertiesTableOptions.WrappingEnum[] values()
for (TableViewPropertiesTableOptions.WrappingEnum c : TableViewPropertiesTableOptions.WrappingEnum.values()) System.out.println(c);
public static TableViewPropertiesTableOptions.WrappingEnum 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 getValue()
public String toString()
toString
in class Enum<TableViewPropertiesTableOptions.WrappingEnum>
public static TableViewPropertiesTableOptions.WrappingEnum fromValue(String text)
Copyright © 2018–2022 InfluxData, Inc.. All rights reserved.