Uses of Class
com.saperion.constants.SaConstants.IniKind
-
Packages that use SaConstants.IniKind Package Description com.saperion.constants This package contains the constant definitions for the SAPERION LARIX system.com.saperion.rmi.common This package contains the classes for the LARIX RMI Server. -
-
Uses of SaConstants.IniKind in com.saperion.constants
Methods in com.saperion.constants that return SaConstants.IniKind Modifier and Type Method Description static SaConstants.IniKind
SaConstants.IniKind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SaConstants.IniKind[]
SaConstants.IniKind. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SaConstants.IniKind in com.saperion.rmi.common
Methods in com.saperion.rmi.common with parameters of type SaConstants.IniKind Modifier and Type Method Description void
SaRMISystemCommand. setSetting(SaConstants.IniKind iniKind, java.lang.String section, java.lang.String name, java.lang.String value)
Sets a value with the given name, section and ini kind to backend profile.
-