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