public static enum EMExoPlayer.RenderBuildingState extends java.lang.Enum<EMExoPlayer.RenderBuildingState>
Modifier and Type | Method and Description |
---|---|
static EMExoPlayer.RenderBuildingState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EMExoPlayer.RenderBuildingState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EMExoPlayer.RenderBuildingState IDLE
public static final EMExoPlayer.RenderBuildingState BUILDING
public static final EMExoPlayer.RenderBuildingState BUILT
public static EMExoPlayer.RenderBuildingState[] values()
for (EMExoPlayer.RenderBuildingState c : EMExoPlayer.RenderBuildingState.values()) System.out.println(c);
public static EMExoPlayer.RenderBuildingState 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