public static enum Publish.ChannelStabilityType extends Enum<Publish.ChannelStabilityType>
| Enum Constant and Description |
|---|
Firm |
Soft |
Unknown |
Unspecified |
| Modifier and Type | Method and Description |
|---|---|
static Publish.ChannelStabilityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Publish.ChannelStabilityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Publish.ChannelStabilityType Unknown
public static final Publish.ChannelStabilityType Unspecified
public static final Publish.ChannelStabilityType Soft
public static final Publish.ChannelStabilityType Firm
public static Publish.ChannelStabilityType[] values()
for (Publish.ChannelStabilityType c : Publish.ChannelStabilityType.values()) System.out.println(c);
public static Publish.ChannelStabilityType 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 © 2022. All rights reserved.