public static enum BaseStreamingTaskRunner.STREAMING_TYPE extends Enum<BaseStreamingTaskRunner.STREAMING_TYPE>
| Modifier and Type | Method and Description |
|---|---|
static BaseStreamingTaskRunner.STREAMING_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseStreamingTaskRunner.STREAMING_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseStreamingTaskRunner.STREAMING_TYPE OPEN
public static final BaseStreamingTaskRunner.STREAMING_TYPE SECURE
public static BaseStreamingTaskRunner.STREAMING_TYPE[] values()
for (BaseStreamingTaskRunner.STREAMING_TYPE c : BaseStreamingTaskRunner.STREAMING_TYPE.values()) System.out.println(c);
public static BaseStreamingTaskRunner.STREAMING_TYPE 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 © 2009–2018 DuraSpace. All rights reserved.