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