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