public static enum AccurevStream.StreamType extends Enum<AccurevStream.StreamType>
Enum Constant and Description |
---|
GATED |
NORMAL |
PASSTHROUGH |
SNAPSHOT |
STAGING |
WORKSPACE |
Modifier and Type | Method and Description |
---|---|
static AccurevStream.StreamType |
parseStreamType(String streamType) |
static AccurevStream.StreamType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccurevStream.StreamType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccurevStream.StreamType NORMAL
public static final AccurevStream.StreamType SNAPSHOT
public static final AccurevStream.StreamType WORKSPACE
public static final AccurevStream.StreamType PASSTHROUGH
public static final AccurevStream.StreamType GATED
public static final AccurevStream.StreamType STAGING
public static AccurevStream.StreamType[] values()
for (AccurevStream.StreamType c : AccurevStream.StreamType.values()) System.out.println(c);
public static AccurevStream.StreamType 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 static AccurevStream.StreamType parseStreamType(String streamType)
Copyright © 2016–2021. All rights reserved.