public enum StreamIcon extends Enum<StreamIcon>
Enum Constant and Description |
---|
ERROR |
FALSE |
GENERIC |
INFO |
INPUT |
OUTPUT |
TARGET |
TRUE |
Modifier and Type | Method and Description |
---|---|
static StreamIcon |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamIcon[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StreamIcon GENERIC
public static final StreamIcon TRUE
public static final StreamIcon FALSE
public static final StreamIcon ERROR
public static final StreamIcon INFO
public static final StreamIcon TARGET
public static final StreamIcon INPUT
public static final StreamIcon OUTPUT
public static StreamIcon[] values()
for (StreamIcon c : StreamIcon.values()) System.out.println(c);
public static StreamIcon 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 © 2018 Hitachi Vantara. All rights reserved.