Uses of Enum Class
org.freedesktop.dbus.messages.Message.ConstructorArgType
Packages that use Message.ConstructorArgType
-
Uses of Message.ConstructorArgType in org.freedesktop.dbus.messages
Fields in org.freedesktop.dbus.messages with type parameters of type Message.ConstructorArgTypeModifier and TypeFieldDescriptionprivate final List<Message.ConstructorArgType> Message.ExtractOptions.arrayConvertThe field for thearrayConvertrecord component.Methods in org.freedesktop.dbus.messages that return Message.ConstructorArgTypeModifier and TypeMethodDescriptionstatic Message.ConstructorArgTypeReturns the enum constant of this class with the specified name.static Message.ConstructorArgType[]Message.ConstructorArgType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.freedesktop.dbus.messages that return types with arguments of type Message.ConstructorArgTypeModifier and TypeMethodDescriptionMessage.ExtractOptions.arrayConvert()Returns the value of thearrayConvertrecord component.(package private) static List<Message.ConstructorArgType> Message.usesPrimitives(List<Type[]> _constructorArgs, List<Type> _dataType) Compares a list of Type[] with a list of desired types.Constructor parameters in org.freedesktop.dbus.messages with type arguments of type Message.ConstructorArgTypeModifierConstructorDescription(package private)ExtractOptions(boolean contained, List<Message.ConstructorArgType> arrayConvert) Creates an instance of aExtractOptionsrecord class.