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