public static enum QHVCInteractiveConstant.StreamLifeCycle extends java.lang.Enum<QHVCInteractiveConstant.StreamLifeCycle>
Modifier and Type | Method and Description |
---|---|
static QHVCInteractiveConstant.StreamLifeCycle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QHVCInteractiveConstant.StreamLifeCycle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QHVCInteractiveConstant.StreamLifeCycle BIND_USER
public static final QHVCInteractiveConstant.StreamLifeCycle BIND_ROOM
public static QHVCInteractiveConstant.StreamLifeCycle[] values()
for (QHVCInteractiveConstant.StreamLifeCycle c : QHVCInteractiveConstant.StreamLifeCycle.values()) System.out.println(c);
public static QHVCInteractiveConstant.StreamLifeCycle valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null