public enum FileModelNodeTypeEnum extends Enum<FileModelNodeTypeEnum> implements com.geoway.adf.gis.basic.IEnum
| Enum Constant and Description |
|---|
CompactPackage
压缩包
|
DataFile
文件
|
DataFolder
文件夹
|
DataPackage
数据包
|
RealFile
文件实体
|
| Modifier and Type | Method and Description |
|---|---|
static FileModelNodeTypeEnum |
getByValue(Integer value) |
String |
getDesc() |
int |
getValue() |
static FileModelNodeTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileModelNodeTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileModelNodeTypeEnum DataFile
public static final FileModelNodeTypeEnum DataFolder
public static final FileModelNodeTypeEnum DataPackage
public static final FileModelNodeTypeEnum CompactPackage
public static final FileModelNodeTypeEnum RealFile
public static FileModelNodeTypeEnum[] values()
for (FileModelNodeTypeEnum c : FileModelNodeTypeEnum.values()) System.out.println(c);
public static FileModelNodeTypeEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getValue()
getValue in interface com.geoway.adf.gis.basic.IEnumpublic String getDesc()
getDesc in interface com.geoway.adf.gis.basic.IEnumpublic static FileModelNodeTypeEnum getByValue(Integer value)
Copyright © 2025. All rights reserved.