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