Uses of Class
ch.vd.shared.iam.utils.EnvironmentType
-
Packages that use EnvironmentType Package Description ch.vd.shared.iam.utils -
-
Uses of EnvironmentType in ch.vd.shared.iam.utils
Methods in ch.vd.shared.iam.utils that return EnvironmentType Modifier and Type Method Description static EnvironmentTypeEnvironmentType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EnvironmentType[]EnvironmentType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-