public enum CatalogFileTypeEnum extends Enum<CatalogFileTypeEnum> implements com.geoway.adf.gis.basic.IEnum
| Enum Constant and Description |
|---|
FolderWithChildren
包含所有子文件夹和子文件
|
SingleFile
常规的单一文件
|
SingleFolder
单一文件夹
|
| Modifier and Type | Method and Description |
|---|---|
static CatalogFileTypeEnum |
getByValue(Integer value) |
String |
getDesc() |
int |
getValue() |
static CatalogFileTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CatalogFileTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CatalogFileTypeEnum SingleFile
public static final CatalogFileTypeEnum SingleFolder
public static final CatalogFileTypeEnum FolderWithChildren
public static CatalogFileTypeEnum[] values()
for (CatalogFileTypeEnum c : CatalogFileTypeEnum.values()) System.out.println(c);
public static CatalogFileTypeEnum 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 CatalogFileTypeEnum getByValue(Integer value)
Copyright © 2025. All rights reserved.