public enum StreamIdentifier extends Enum<StreamIdentifier>
| Modifier and Type | Method and Description |
|---|---|
Integer |
getStreamId()
Deprecated.
Use
AbstractProcessingElementBuilder to add stream requirements. |
static StreamIdentifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamIdentifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StreamIdentifier Stream0
public static final StreamIdentifier Stream1
public static StreamIdentifier[] values()
for (StreamIdentifier c : StreamIdentifier.values()) System.out.println(c);
public static StreamIdentifier 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 Integer getStreamId()
AbstractProcessingElementBuilder to add stream requirements.Copyright © 2018. All rights reserved.