public enum TsnStreamState extends Enum<TsnStreamState> implements Enumeration
| Modifier and Type | Class and Description |
|---|---|
static class |
TsnStreamState.Builder |
| Enum Constant and Description |
|---|
Configuring |
Disabled |
Error |
Operational |
Ready |
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<TsnStreamState> |
ALL |
static EnumSet<TsnStreamState> |
NONE |
static EnumerationSpecification |
SPECIFICATION |
| Modifier and Type | Method and Description |
|---|---|
static TsnStreamState.Builder |
builder() |
static UnsignedInteger |
getMask(Collection<TsnStreamState> list) |
static UnsignedInteger |
getMask(TsnStreamState... list) |
static EnumSet<TsnStreamState> |
getSet(int mask) |
static EnumSet<TsnStreamState> |
getSet(UnsignedInteger mask) |
int |
getValue()
Return the integer value of this enumeration value.
|
EnumerationSpecification |
specification()
Returns the specification of the
Enumeration. |
TsnStreamState.Builder |
toBuilder()
Returns a builder which can be used to make other instances of the
Enumeration. |
static TsnStreamState |
valueOf(int value) |
static TsnStreamState[] |
valueOf(int[] value) |
static TsnStreamState |
valueOf(Integer value) |
static TsnStreamState[] |
valueOf(Integer[] value) |
static TsnStreamState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TsnStreamState |
valueOf(UnsignedInteger value) |
static TsnStreamState[] |
valueOf(UnsignedInteger[] value) |
static TsnStreamState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetDescription, getValueAsStringpublic static final TsnStreamState Disabled
public static final TsnStreamState Configuring
public static final TsnStreamState Ready
public static final TsnStreamState Operational
public static final TsnStreamState Error
public static final EnumerationSpecification SPECIFICATION
public static final EnumSet<TsnStreamState> NONE
public static final EnumSet<TsnStreamState> ALL
public static TsnStreamState[] values()
for (TsnStreamState c : TsnStreamState.values()) System.out.println(c);
public static TsnStreamState 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 EnumerationSpecification specification()
EnumerationEnumeration.specification in interface Enumerationpublic static TsnStreamState valueOf(int value)
public static TsnStreamState valueOf(Integer value)
public static TsnStreamState valueOf(UnsignedInteger value)
public static TsnStreamState[] valueOf(int[] value)
public static TsnStreamState[] valueOf(Integer[] value)
public static TsnStreamState[] valueOf(UnsignedInteger[] value)
public static UnsignedInteger getMask(TsnStreamState... list)
public static UnsignedInteger getMask(Collection<TsnStreamState> list)
public static EnumSet<TsnStreamState> getSet(UnsignedInteger mask)
public static EnumSet<TsnStreamState> getSet(int mask)
public int getValue()
EnumerationgetValue in interface Enumerationpublic static TsnStreamState.Builder builder()
public TsnStreamState.Builder toBuilder()
EnumerationEnumeration.toBuilder in interface EnumerationCopyright © 2026. All rights reserved.