Uses of Class
de.gematik.test.tiger.common.config.ServerType
-
Packages that use ServerType Package Description de.gematik.test.tiger.common.config de.gematik.test.tiger.common.data.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 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. -
Uses of ServerType in de.gematik.test.tiger.common.data.config
Methods in de.gematik.test.tiger.common.data.config that return ServerType Modifier and Type Method Description ServerTypeCfgTemplate. getType()Methods in de.gematik.test.tiger.common.data.config with parameters of type ServerType Modifier and Type Method Description voidCfgTemplate. setType(ServerType type)
-