public enum StreamProcess extends Enum<StreamProcess> implements ConfigurationItem
Enum Constant and Description |
---|
STREAM_SUPPORT
The script key of
DataModelStreamSupport class. |
Modifier and Type | Method and Description |
---|---|
String |
description()
Returns the description of target item.
|
String |
key()
Returns the key name of target item.
|
static StreamProcess |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamProcess[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StreamProcess STREAM_SUPPORT
DataModelStreamSupport
class.public static StreamProcess[] values()
for (StreamProcess c : StreamProcess.values()) System.out.println(c);
public static StreamProcess 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 final String key()
ConfigurationItem
key
in interface ConfigurationItem
public String description()
ConfigurationItem
description
in interface ConfigurationItem
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.