public enum MaterialImportStrategy extends Enum<MaterialImportStrategy> implements com.geoway.adf.gis.basic.IEnum
| Enum Constant and Description |
|---|
Append
重复时保留
|
Overwrite
覆盖
|
Skip
跳过
|
| Modifier and Type | Method and Description |
|---|---|
static MaterialImportStrategy |
getByValue(Integer value) |
String |
getDesc() |
int |
getValue() |
static MaterialImportStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaterialImportStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MaterialImportStrategy Skip
public static final MaterialImportStrategy Overwrite
public static final MaterialImportStrategy Append
public static MaterialImportStrategy[] values()
for (MaterialImportStrategy c : MaterialImportStrategy.values()) System.out.println(c);
public static MaterialImportStrategy 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 MaterialImportStrategy getByValue(Integer value)
Copyright © 2025. All rights reserved.