public static enum StreamPropertyDerivations.StreamProperties.StreamDistribution extends Enum<StreamPropertyDerivations.StreamProperties.StreamDistribution>
| Modifier and Type | Method and Description |
|---|---|
static StreamPropertyDerivations.StreamProperties.StreamDistribution |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamPropertyDerivations.StreamProperties.StreamDistribution[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StreamPropertyDerivations.StreamProperties.StreamDistribution SINGLE
public static final StreamPropertyDerivations.StreamProperties.StreamDistribution MULTIPLE
public static final StreamPropertyDerivations.StreamProperties.StreamDistribution FIXED
public static StreamPropertyDerivations.StreamProperties.StreamDistribution[] values()
for (StreamPropertyDerivations.StreamProperties.StreamDistribution c : StreamPropertyDerivations.StreamProperties.StreamDistribution.values()) System.out.println(c);
public static StreamPropertyDerivations.StreamProperties.StreamDistribution 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 © 2012–2019. All rights reserved.