public enum ModelNameRulerEnum extends Enum<ModelNameRulerEnum> implements com.geoway.adf.gis.basic.IEnum
| Enum Constant and Description |
|---|
Custom
自定义
|
DataPackageAndMainDataFile
数据文件夹_主数据标识
|
DataPackageFolder
数据文件夹名称
|
MainDataFile
主文件名称
|
| Modifier and Type | Method and Description |
|---|---|
static ModelNameRulerEnum |
getByValue(Integer value) |
String |
getDesc() |
int |
getValue() |
static ModelNameRulerEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelNameRulerEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelNameRulerEnum MainDataFile
public static final ModelNameRulerEnum DataPackageFolder
public static final ModelNameRulerEnum DataPackageAndMainDataFile
public static final ModelNameRulerEnum Custom
public static ModelNameRulerEnum[] values()
for (ModelNameRulerEnum c : ModelNameRulerEnum.values()) System.out.println(c);
public static ModelNameRulerEnum 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 ModelNameRulerEnum getByValue(Integer value)
Copyright © 2025. All rights reserved.