Uses of Class
network.oxalis.commons.transmission.TransmissionConf
-
Packages that use TransmissionConf Package Description network.oxalis.commons.transmission -
-
Uses of TransmissionConf in network.oxalis.commons.transmission
Methods in network.oxalis.commons.transmission that return TransmissionConf Modifier and Type Method Description static TransmissionConfTransmissionConf. valueOf(String name)Returns the enum constant of this type with the specified name.static TransmissionConf[]TransmissionConf. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in network.oxalis.commons.transmission with type arguments of type TransmissionConf Modifier and Type Method Description protected TransmissionVerifierTransmissionModule. getInboundVerifier(com.google.inject.Injector injector, Settings<TransmissionConf> settings)
-