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