Uses of Class
com._1c.g5.v8.dt.bsl.common.IBslPreferences.EnvironmentLaunchMode
-
Packages that use IBslPreferences.EnvironmentLaunchMode Package Description com._1c.g5.v8.dt.bsl.common com._1c.g5.v8.dt.bsl.validation -
-
Uses of IBslPreferences.EnvironmentLaunchMode in com._1c.g5.v8.dt.bsl.common
Methods in com._1c.g5.v8.dt.bsl.common that return IBslPreferences.EnvironmentLaunchMode Modifier and Type Method Description IBslPreferences.EnvironmentLaunchModeIBslPreferences. getEnvLaunchMode(org.eclipse.core.resources.IProject project)Gets saving value of environment "Default launch mode"static IBslPreferences.EnvironmentLaunchModeIBslPreferences.EnvironmentLaunchMode. getModeValue(int value)GetsIBslPreferences.EnvironmentLaunchModeby integer valuestatic IBslPreferences.EnvironmentLaunchModeIBslPreferences.EnvironmentLaunchMode. valueOf(String name)Returns the enum constant of this type with the specified name.static IBslPreferences.EnvironmentLaunchMode[]IBslPreferences.EnvironmentLaunchMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.bsl.common with parameters of type IBslPreferences.EnvironmentLaunchMode Modifier and Type Method Description Map<Environment,Boolean>IBslPreferences. loadEnv(org.eclipse.core.resources.IProject project, IBslPreferences.EnvironmentLaunchMode mode)Loads selectedEnvironmentfrom property page for project -
Uses of IBslPreferences.EnvironmentLaunchMode in com._1c.g5.v8.dt.bsl.validation
Methods in com._1c.g5.v8.dt.bsl.validation that return IBslPreferences.EnvironmentLaunchMode Modifier and Type Method Description IBslPreferences.EnvironmentLaunchModeBslPreferences. getEnvLaunchMode(org.eclipse.core.resources.IProject project)Methods in com._1c.g5.v8.dt.bsl.validation with parameters of type IBslPreferences.EnvironmentLaunchMode Modifier and Type Method Description Map<Environment,Boolean>BslPreferences. loadEnv(org.eclipse.core.resources.IProject project, IBslPreferences.EnvironmentLaunchMode mode)
-