Uses of Class
de.gematik.test.tiger.common.config.ServerType
-
Packages that use ServerType Package Description de.gematik.test.tiger.common.config -
-
Uses of ServerType in de.gematik.test.tiger.common.config
Methods in de.gematik.test.tiger.common.config that return ServerType Modifier and Type Method Description ServerTypeCfgTemplate. getType()static ServerTypeServerType. valueOf(String name)Returns the enum constant of this type with the specified name.static ServerType[]ServerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.gematik.test.tiger.common.config with parameters of type ServerType Modifier and Type Method Description voidCfgTemplate. setType(ServerType type)
-