| Enum Constant and Description |
|---|
Application |
Beta |
Comic |
Config |
Demo |
Deprected |
DLC |
Driver |
Franchise |
Game |
Guide |
Hardware |
Invalid |
Music |
Plugin |
Series |
Shortcut |
Tool |
Video |
| Modifier and Type | Method and Description |
|---|---|
int |
code() |
static int |
code(java.util.EnumSet<EAppType> flags) |
static java.util.EnumSet<EAppType> |
from(int code) |
static EAppType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EAppType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EAppType Invalid
public static final EAppType Game
public static final EAppType Application
public static final EAppType Tool
public static final EAppType Demo
public static final EAppType Deprected
public static final EAppType DLC
public static final EAppType Guide
public static final EAppType Driver
public static final EAppType Config
public static final EAppType Hardware
public static final EAppType Franchise
public static final EAppType Video
public static final EAppType Plugin
public static final EAppType Music
public static final EAppType Series
public static final EAppType Comic
public static final EAppType Beta
public static final EAppType Shortcut
public static EAppType[] values()
for (EAppType c : EAppType.values()) System.out.println(c);
public static EAppType 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 nullpublic int code()
public static java.util.EnumSet<EAppType> from(int code)
public static int code(java.util.EnumSet<EAppType> flags)