public enum ELicenseFlags extends java.lang.Enum<ELicenseFlags>
| Enum Constant and Description |
|---|
CancelledByAdmin |
CancelledByFriendlyFraudLock |
CancelledByUser |
Expired |
ForceRunRestriction |
ImportedFromSteam2 |
LowViolenceContent |
None |
NotActivated |
Pending |
RegionRestrictionExpired |
Renew |
RenewalFailed |
| Modifier and Type | Method and Description |
|---|---|
int |
code() |
static int |
code(java.util.EnumSet<ELicenseFlags> flags) |
static java.util.EnumSet<ELicenseFlags> |
from(int code) |
static ELicenseFlags |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ELicenseFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ELicenseFlags None
public static final ELicenseFlags Renew
public static final ELicenseFlags RenewalFailed
public static final ELicenseFlags Pending
public static final ELicenseFlags Expired
public static final ELicenseFlags CancelledByUser
public static final ELicenseFlags CancelledByAdmin
public static final ELicenseFlags LowViolenceContent
public static final ELicenseFlags ImportedFromSteam2
public static final ELicenseFlags ForceRunRestriction
public static final ELicenseFlags RegionRestrictionExpired
public static final ELicenseFlags CancelledByFriendlyFraudLock
public static final ELicenseFlags NotActivated
public static ELicenseFlags[] values()
for (ELicenseFlags c : ELicenseFlags.values()) System.out.println(c);
public static ELicenseFlags 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<ELicenseFlags> from(int code)
public static int code(java.util.EnumSet<ELicenseFlags> flags)