public static enum OutputStream.OutputEventType extends Enum<OutputStream.OutputEventType>
Enum Constant and Description |
---|
ALL_EVENTS |
ALL_RAW_EVENTS |
CURRENT_EVENTS |
EXPIRED_EVENTS |
EXPIRED_RAW_EVENTS |
Modifier and Type | Method and Description |
---|---|
static OutputStream.OutputEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputStream.OutputEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OutputStream.OutputEventType EXPIRED_EVENTS
public static final OutputStream.OutputEventType CURRENT_EVENTS
public static final OutputStream.OutputEventType ALL_EVENTS
public static final OutputStream.OutputEventType ALL_RAW_EVENTS
public static final OutputStream.OutputEventType EXPIRED_RAW_EVENTS
public static OutputStream.OutputEventType[] values()
for (OutputStream.OutputEventType c : OutputStream.OutputEventType.values()) System.out.println(c);
public static OutputStream.OutputEventType 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 WSO2. All rights reserved.