Uses of Enum Class
dev.civl.mc.config.IF.CIVLConstants.MPIModelKind
Packages that use CIVLConstants.MPIModelKind
Package
Description
Module config provides static configurations of the CIVL tool.
-
Uses of CIVLConstants.MPIModelKind in dev.civl.mc.config.IF
Methods in dev.civl.mc.config.IF that return CIVLConstants.MPIModelKindModifier and TypeMethodDescriptionCIVLConfiguration.mpiModel()static CIVLConstants.MPIModelKindmaps string literal option value toCIVLConstants.MPIModelKind.static CIVLConstants.MPIModelKindReturns the enum constant of this class with the specified name.static CIVLConstants.MPIModelKind[]CIVLConstants.MPIModelKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.civl.mc.config.IF with parameters of type CIVLConstants.MPIModelKindModifier and TypeMethodDescriptionvoidCIVLConfiguration.setMpiModel(CIVLConstants.MPIModelKind modelKind)