public static enum IEmapApp.EmapAppType extends Enum<IEmapApp.EmapAppType>
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getStructVersion()
获取应用结构的版本。
|
static IEmapApp.EmapAppType |
makType(String typeName)
根据类型名称创建一个应用类型的对象。
|
static IEmapApp.EmapAppType |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static IEmapApp.EmapAppType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final IEmapApp.EmapAppType ROOT_APP
public static final IEmapApp.EmapAppType V1_APP
public static final IEmapApp.EmapAppType V2_APP
public static final IEmapApp.EmapAppType COM_APP
public static IEmapApp.EmapAppType[] values()
for (IEmapApp.EmapAppType c : IEmapApp.EmapAppType.values()) System.out.println(c);
public static IEmapApp.EmapAppType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public static IEmapApp.EmapAppType makType(String typeName)
typeName - 名称public int getStructVersion()
Copyright © 2022. All rights reserved.