public static enum SaConstants.IniKind extends Enum<SaConstants.IniKind>
Enum Constant and Description |
---|
INI_MACHINE
indicates machine specific settings in global archief.ini
|
INI_SYSTEM
indicates system settings in program.ini file
|
INI_USER
used for indicating user specific settings in archief.ini (located in USERS folder)
|
Modifier and Type | Method and Description |
---|---|
static SaConstants.IniKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SaConstants.IniKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SaConstants.IniKind INI_USER
public static final SaConstants.IniKind INI_SYSTEM
public static final SaConstants.IniKind INI_MACHINE
public static SaConstants.IniKind[] values()
for (SaConstants.IniKind c : SaConstants.IniKind.values()) System.out.println(c);
public static SaConstants.IniKind 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 © 2016 SAPERION AG. All rights reserved.