Uses of Class
org.freedesktop.dbus.messages.EmptyCollectionHelper.ECollectionSubType
-
Packages that use EmptyCollectionHelper.ECollectionSubType Package Description org.freedesktop.dbus.messages -
-
Uses of EmptyCollectionHelper.ECollectionSubType in org.freedesktop.dbus.messages
Methods in org.freedesktop.dbus.messages that return EmptyCollectionHelper.ECollectionSubType Modifier and Type Method Description private static EmptyCollectionHelper.ECollectionSubTypeEmptyCollectionHelper. determineCollectionSubType(char _sig)The starting type determines of a collection determines when it endsstatic EmptyCollectionHelper.ECollectionSubTypeEmptyCollectionHelper.ECollectionSubType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EmptyCollectionHelper.ECollectionSubType[]EmptyCollectionHelper.ECollectionSubType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-