Uses of Class
org.freedesktop.dbus.utils.generator.InterfaceCodeGenerator.DbusInterfaceToFqcn
-
Packages that use InterfaceCodeGenerator.DbusInterfaceToFqcn Package Description org.freedesktop.dbus.utils.generator -
-
Uses of InterfaceCodeGenerator.DbusInterfaceToFqcn in org.freedesktop.dbus.utils.generator
Methods in org.freedesktop.dbus.utils.generator that return InterfaceCodeGenerator.DbusInterfaceToFqcn Modifier and Type Method Description static InterfaceCodeGenerator.DbusInterfaceToFqcnInterfaceCodeGenerator.DbusInterfaceToFqcn. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static InterfaceCodeGenerator.DbusInterfaceToFqcn[]InterfaceCodeGenerator.DbusInterfaceToFqcn. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.freedesktop.dbus.utils.generator that return types with arguments of type InterfaceCodeGenerator.DbusInterfaceToFqcn Modifier and Type Method Description static java.util.Map<InterfaceCodeGenerator.DbusInterfaceToFqcn,java.lang.String>InterfaceCodeGenerator.DbusInterfaceToFqcn. toFqcn(java.lang.String _interfaceName)
-