public static enum LicChecker.EnumModule extends Enum<LicChecker.EnumModule>
| Enum Constant and Description |
|---|
modCore |
modGIS |
modMapStore |
modMIS |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
static LicChecker.EnumModule |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LicChecker.EnumModule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LicChecker.EnumModule modCore
public static final LicChecker.EnumModule modGIS
public static final LicChecker.EnumModule modMIS
public static final LicChecker.EnumModule modMapStore
public static LicChecker.EnumModule[] values()
for (LicChecker.EnumModule c : LicChecker.EnumModule.values()) System.out.println(c);
public static LicChecker.EnumModule 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 nullCopyright © 2025. All rights reserved.