public static enum SysConfig.SysConfigClass extends Enum<SysConfig.SysConfigClass>
| Enum Constant and Description |
|---|
ATTRIBUTEMAPPING |
GLOBALCONFIG
0=system global configuration (taxonomy use: layer taxonomy, geography taxonomy, alternative geography taxonomy, land uses taxonomy)
1=Presentation template/Theme
2=Shape layer configuration (zoom level range)
3=Import mapping configuration'
|
LAYERCONFIG |
PRESENTATION |
| Modifier and Type | Method and Description |
|---|---|
short |
configClassCode() |
static SysConfig.SysConfigClass |
fromConfigClassCode(short configClassCode) |
static SysConfig.SysConfigClass |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SysConfig.SysConfigClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SysConfig.SysConfigClass GLOBALCONFIG
public static final SysConfig.SysConfigClass PRESENTATION
public static final SysConfig.SysConfigClass LAYERCONFIG
public static final SysConfig.SysConfigClass ATTRIBUTEMAPPING
public static SysConfig.SysConfigClass[] values()
for (SysConfig.SysConfigClass c : SysConfig.SysConfigClass.values()) System.out.println(c);
public static SysConfig.SysConfigClass 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 short configClassCode()
public static SysConfig.SysConfigClass fromConfigClassCode(short configClassCode)
Copyright © 2017. All Rights Reserved.