public enum ErrorStyle extends Enum<ErrorStyle>
| Enum Constant and Description |
|---|
ERRORBARS |
ERRORCOMBO |
ERRORSURFACE |
NONE |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static ErrorStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorStyle NONE
public static final ErrorStyle ERRORBARS
public static final ErrorStyle ERRORSURFACE
public static final ErrorStyle ERRORCOMBO
public static ErrorStyle[] values()
for (ErrorStyle c : ErrorStyle.values()) System.out.println(c);
public static ErrorStyle 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()
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.